[로또] 맹인호 미션 제출합니다. - #1342
Open
MaengSung wants to merge 4 commits into
Open
Conversation
기능 요구사항 및 패키지 구조 작성
Lotto 도메인으로, 자체 유효성 검사도 시행
LottoList 도메인으로, 자체 유효성 검사도 시행
This file contains hidden or 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
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.
기능 요구사항
IllegalArgumentException을 발생시킨다:','를 기준으로 분리하여 정수 리스트로 변환한다.RandomNumberCreator클래스에서createRandomNum(int start, int end, int count)메서드를 사용하여 1부터 45까지의 숫자 중 6개의 고유한 랜덤 숫자를 생성한다.Lotto클래스에 전달되어 유효성 검사를 받는다 (6개 번호, 1~45 범위, 중복 검사).Lottos클래스에 추가한다.패키지 구조