Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

메인함수와 테스트 함수 분리, 테스트 횟수 입력받기 #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eunj14
Copy link

@eunj14 eunj14 commented Mar 15, 2014

메인함수와 테스트 함수 분리하고 테스트 횟수 실행 시 입력받도록 했습니다. @_@ #28

메인함수와 테스트 함수 분리, 테스트 횟수 입력받기
@ganadist
Copy link
Contributor

rebase 부탁드립니다.

fib1 = fib2;
fib2 = fib3;
}
public void test(int n) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test보다는 "수열 리스트 출력"의 목적을 알 수 있는 이름이었으면 좋겠습니다.

@kyounghee
Copy link

원래 Fibonacci.java에서는 입력값은 수열개수 출력을 위해서 입력값인데, 수정된 파일에서는 n 번 수행값으로 바뀌어 버린 것 같습니다.
원래 목적을 유지하면서 Fibonacci 수열을 제대로 출력하는지 검증할 수 있는 test 코드가 되었으면 좋겠습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants