-
Notifications
You must be signed in to change notification settings - Fork 6
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
java-racingcar mission 제출합니다 #1
Open
oereo
wants to merge
70
commits into
biforest:oereo
Choose a base branch
from
oereo:oereo
base: oereo
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
- 생성된 Car 객체를 보관하는 구현체로는 인메모리 List로 구현 - add method: 관리하는 car 객체 추가 - size method: 관리하고 있는 car 객체 개수 반환
- add(Car) 메서드 삭제 - addAllCars(List<Car>)로 제한
Before: - List로 생성된 난수를 참조하여 일치하는 인덱스의 car 객체를 움직임 After: - CarNumberDto로 Car 객체와 난수를 묶어 인덱스 참조 제거
- dto에 존재하는 car 객체가 CarManager의 collection에 존재하는 car 객체가 같은지 여부 파악하는 test case 추가
…를 RacingGameApplication 에서 분리
…wardMoveStrategy class와 StopMoveStrategy class 구현
…ass 생성 및 getValidateReceiveNumberOfRounds method 구현
정말 울.고.싶.습.니.다. ㅠ |
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.