[엄성현_BackEnd] 2주차 과제 제출합니다.#71
Open
castleeom0001-collab wants to merge 14 commits intoBCSDLab-Edu:mainfrom
Open
[엄성현_BackEnd] 2주차 과제 제출합니다.#71castleeom0001-collab wants to merge 14 commits intoBCSDLab-Edu:mainfrom
castleeom0001-collab wants to merge 14 commits intoBCSDLab-Edu:mainfrom
Conversation
asa9874
reviewed
Sep 30, 2025
| racingGame.start(); | ||
| } | ||
| } | ||
| } No newline at end of file |
| private int position=0; | ||
| public Car(String name){this.name = name;} | ||
|
|
||
| public void move(int number){if(number>=4){position++;}} |
Comment on lines
+25
to
+28
| int maxPosition = cars.stream() | ||
| .mapToInt(Car::getPosition) | ||
| .max() | ||
| .orElse(0); |
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.
제가 1주차 때 JAVA 실력이 부족해서 과제를 제출하지 않았지만 다시 공부해보며 과제를 완성시켰습니다.
다만 아쉬운 점으로는 제가 커밋에 익숙하지 않아 선배님들이 원하시는 방향인 코드를 적고 커밋하는 그런 방식으로 하질 않은 게 아쉬웠지만 이번에 과제를 하면서 어떤 식으로 해야 할 지 갈피를 잡았다고 생각해서 앞으로 더 잘 하도록 하겠습니다.