-
Notifications
You must be signed in to change notification settings - Fork 627
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
[로또] 박진효 미션 제출합니다. #646
Open
jinmidnight01
wants to merge
41
commits into
woowacourse-precourse:main
Choose a base branch
from
jinmidnight01:jinmidnight01
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
[로또] 박진효 미션 제출합니다. #646
jinmidnight01
wants to merge
41
commits into
woowacourse-precourse:main
from
jinmidnight01:jinmidnight01
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
- 기능 그룹 (MVC) - 예외 처리 - 테스트 목록 - 코드 스타일 및 브랜치 전략
- InputView 클래스 생성 - MESSAGES 클래스 생성
- models/Customer.js 추가 - Customer.js에 생성자 구현: (param) 구입 금액 - App.js에 customer 상수 구현
- 브랜치 전략에 문구 'MVC를 기준으로' 추가
- LottoPriceTest 파일 생성
- Errors.js, Validations.js 파일 추가
- Validations.js 파일 위치 옮김 - Validations.js, InputView.js 객체리터럴에서 클래스로 변경: 정적 메소드 활용 - test: 구입 금액 숫자가 아닌지 테스트 케이스 추가
- feat(models): 로또 구입 금액 예외처리 기능 완성
- feat(models): 로도 개수 필드 추가 - Conditions.js 파일 추가
- 숫자가 아닐 경우 - 1~45 사이의 숫자가 아닐 경우 - 소수점이 있을 경우 - 중복된 숫자가 있을 경우 - 6개가 아닐 경우 - 오름차순이 아닐 경우
- 숫자가 맞는지 - 1~45 사이의 숫자가 맞는지 - 소수점이 없는지 - 중복된 숫자가 없는지 - 6개인지
- 공백이 없는지 - 숫자가 맞는지 - 1~45 사이의 숫자가 맞는지 - 소수점이 없는지 - 당첨 번호와 중복되지 않는지
- feat(controllers): 로또 개수 연산 기능 수정
- 수익률 연산이 맞는지
- controllers, models 폴더 - App.js, Lotto.js, Validations.js
상당히 깔끔명료한 코드 잘 봤습니다. 한 가지 문제를 고민하고 있었는데 이 코드를 보면서 해결되었네요. 테스트코드도 구현과의 결합도가 낮아서, TDD로도 만드시고 정말 많이 배우고 갑니다. |
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.