Skip to content
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
wants to merge 70 commits into
base: oereo
Choose a base branch
from
Open

Conversation

oereo
Copy link
Member

@oereo oereo commented Mar 9, 2021

No description provided.

oereo added 30 commits March 4, 2021 15:36
- 생성된 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 추가
oereo added 28 commits March 21, 2021 02:23
@oereo oereo requested a review from begaonnuri March 26, 2021 22:06
@oereo
Copy link
Member Author

oereo commented Mar 26, 2021

정말 울.고.싶.습.니.다. ㅠ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants