-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[로또] 이준섭 미션 제출합니다. #2112
Open
junseoplee
wants to merge
31
commits into
woowacourse-precourse:main
Choose a base branch
from
junseoplee:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[로또] 이준섭 미션 제출합니다. #2112
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6cbdbef - Browse repository at this point
Copy the full SHA 6cbdbefView commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7276e90 - Browse repository at this point
Copy the full SHA 7276e90View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6f34e0 - Browse repository at this point
Copy the full SHA b6f34e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb75e0 - Browse repository at this point
Copy the full SHA 5fb75e0View commit details
Commits on Jan 10, 2024
-
- 로또 리스트를 만들고 번호를 생성해 각 로또 객체에 저장, 유효성 검사. - 정렬 후 형식에 맞게 출력하는 기능 구현.
Configuration menu - View commit details
-
Copy full SHA for 0bf4e6f - Browse repository at this point
Copy the full SHA 0bf4e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93faf63 - Browse repository at this point
Copy the full SHA 93faf63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f83cd - Browse repository at this point
Copy the full SHA 14f83cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3ec26b - Browse repository at this point
Copy the full SHA c3ec26bView commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 96f6737 - Browse repository at this point
Copy the full SHA 96f6737View commit details -
- 일치하는 번호의 수를 검사하고 등수를 체크, 이후 당첨된 로또가 몇개인지 Map에 저장 기능 구현 - 5등부터 1등, 보너스 볼 일치 여부 판단하여 출력하는 기능 구현
Configuration menu - View commit details
-
Copy full SHA for 0ccdc47 - Browse repository at this point
Copy the full SHA 0ccdc47View commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e4cf662 - Browse repository at this point
Copy the full SHA e4cf662View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2c7bc9 - Browse repository at this point
Copy the full SHA c2c7bc9View commit details
Commits on Jan 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68d01e7 - Browse repository at this point
Copy the full SHA 68d01e7View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb5e447 - Browse repository at this point
Copy the full SHA cb5e447View commit details -
Configuration menu - View commit details
-
Copy full SHA for 177b560 - Browse repository at this point
Copy the full SHA 177b560View commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c12be99 - Browse repository at this point
Copy the full SHA c12be99View commit details -
- numbersArray -> separatedNumbers 변경 변수명에는 자료형이 없는 것이 좋다
Configuration menu - View commit details
-
Copy full SHA for 2b5fd6f - Browse repository at this point
Copy the full SHA 2b5fd6fView commit details
Commits on Jan 17, 2024
-
- stream의 map(), merge(), toList() 메서드 사용으로 직관적인 코드 구현 - try 문 안에서 직접 반환하여 사용하지 않는 변수 선언을 생략
Configuration menu - View commit details
-
Copy full SHA for c0fda34 - Browse repository at this point
Copy the full SHA c0fda34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1829f9c - Browse repository at this point
Copy the full SHA 1829f9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f7bd4 - Browse repository at this point
Copy the full SHA 32f7bd4View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d62f6cd - Browse repository at this point
Copy the full SHA d62f6cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e22152e - Browse repository at this point
Copy the full SHA e22152eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e0d8fc - Browse repository at this point
Copy the full SHA 3e0d8fcView commit details
Commits on Jan 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 76224f2 - Browse repository at this point
Copy the full SHA 76224f2View commit details -
refactor: Calculator 클래스 책임 분리 및 수정
- 로또 결과 계산, 수익률 계산의 책임으로 분리 - 반복문을 스트림으로 변경하여 보다 명확하고 직관적인 코드로 수정 - service 오타 수정
Configuration menu - View commit details
-
Copy full SHA for 58013f8 - Browse repository at this point
Copy the full SHA 58013f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c331b18 - Browse repository at this point
Copy the full SHA c331b18View commit details -
refactor: PurchaseAmount 클래스와 InputManager 리팩토링
- PurchaseAmount의 로컬 변수를 불변으로 선언 및 생성자 로직 변경 - 숫자 검증 메서드를 입력받는 메서드에서 처리 - 변수명 수정 - 번호 입력 메서드를 로또 번호를 입력받는 메서드, 보너스 번호를 입력받는 메서드로 분리
Configuration menu - View commit details
-
Copy full SHA for ea0ea00 - Browse repository at this point
Copy the full SHA ea0ea00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71be87d - Browse repository at this point
Copy the full SHA 71be87dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa81c9 - Browse repository at this point
Copy the full SHA 9aa81c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ae6d9e - Browse repository at this point
Copy the full SHA 3ae6d9eView commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 63bf89d - Browse repository at this point
Copy the full SHA 63bf89dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.