forked from knh4437/java-lotto
-
Notifications
You must be signed in to change notification settings - Fork 3
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
[로또] 김승진 미션 제출합니다. #3
Open
ohksj77
wants to merge
26
commits into
C-B-U:main
Choose a base branch
from
ohksj77:ohksj77
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
리드미 컨텐츠 추가 - 구현할 기능 목록 - 구현할 클래스 목록 - enum 목록
기능 추가 - 난수 생성 - Lotto 객체 생성
기능 추가 - LottoRepository 생성 - Lotto 객체 저장 기능
기능 추가 - InputManager 추가 - 구매 금액 입력 받는 함수
기능 추가 - OutputManager를 통한 출력 - InputValidator를 통한 입력값 검증 - enum LottoMessage - enum ErrorMessage
기능 추가 - 로또 발행 개수 계산 - 로또 발행 개수 메시지 출력
클래스 추가 - FrontController
기능 및 클래스 추가 - 로또 티켓 발행 기능 추가 - LottoTicket 클래스 추가 - enum Number 추가
기능 추가 - 로또 티켓 출력 기능
리드미 컨텐츠 추가 - enum Number - OutputManager의 printLottoTickets()
기능 추가 - 당첨 번호 입력 기능
기능 추가 - 당첨 번호 입력 기능 - 보너스 번호 입력 기능 - 당첨 번호 및 보너스 번호 저장 기능
기능 추가 - 당첨 번호 입력값 검증
리드미 컨텐츠 추가 - validateIsListWithComma()
테스트 추가 - LottoService 테스트 - InputValidator 테스트
리팩토링 - LottoTicket 삭제 - Number 이름 LottoNumberRange로 수정
기능 추가 - 계산을 통한 결과 도출 - 결과 출력
기능 추가 - 발행량 저장, 조회 기능
기능 추가 - 수익률 조회 - 수익률 출력
테스트 오류 수정 - 1위 숫자 자릿수 수정 - ArrayList 생성 추가
리팩토링 - Result 클래스 삭제
리팩토링 - 숫자 하드코딩 대신 상수 적용
기능 추가 - OutputFormatter 추가
기능추가 - 에러 try catch
기능 추가 - 에러 메시지 출력
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.