-
Notifications
You must be signed in to change notification settings - Fork 251
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
[2단계 - 사다리 타기] 이든(최승준) 미션 제출합니다. #366
Merged
Merged
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65cc025 - Browse repository at this point
Copy the full SHA 65cc025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7226a19 - Browse repository at this point
Copy the full SHA 7226a19View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8cbe46 - Browse repository at this point
Copy the full SHA d8cbe46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ab2f29 - Browse repository at this point
Copy the full SHA 9ab2f29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc519d - Browse repository at this point
Copy the full SHA 8cc519dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b46f1d5 - Browse repository at this point
Copy the full SHA b46f1d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94292ee - Browse repository at this point
Copy the full SHA 94292eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c13691 - Browse repository at this point
Copy the full SHA 4c13691View commit details -
Configuration menu - View commit details
-
Copy full SHA for d52cf71 - Browse repository at this point
Copy the full SHA d52cf71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55d9d3d - Browse repository at this point
Copy the full SHA 55d9d3dView commit details -
- 사용하는 이유가 따로 없기 때문에 RuntimeException 바로 상속받도록 변경
Configuration menu - View commit details
-
Copy full SHA for 585db12 - Browse repository at this point
Copy the full SHA 585db12View commit details -
Configuration menu - View commit details
-
Copy full SHA for fef4282 - Browse repository at this point
Copy the full SHA fef4282View commit details -
Configuration menu - View commit details
-
Copy full SHA for c021e37 - Browse repository at this point
Copy the full SHA c021e37View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa2fd59 - Browse repository at this point
Copy the full SHA fa2fd59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f8e40f - Browse repository at this point
Copy the full SHA 0f8e40fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e44fd39 - Browse repository at this point
Copy the full SHA e44fd39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 027deda - Browse repository at this point
Copy the full SHA 027dedaView commit details -
refactor : 커맨드 관련 상수 열거 클래스로 분리
PlayerName이 Command에 포함되는 text인지 검증하기 위해 Command Enum 생성
Configuration menu - View commit details
-
Copy full SHA for 62b6580 - Browse repository at this point
Copy the full SHA 62b6580View commit details -
Configuration menu - View commit details
-
Copy full SHA for a61097e - Browse repository at this point
Copy the full SHA a61097eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c22e650 - Browse repository at this point
Copy the full SHA c22e650View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e8f2cf - Browse repository at this point
Copy the full SHA 6e8f2cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c38d1bd - Browse repository at this point
Copy the full SHA c38d1bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dfe45e - Browse repository at this point
Copy the full SHA 3dfe45eView commit details -
refactor : ui 로직에 의존하던 LadderBridge enum 코드 제거
outputView의 Map에서 bridgeMarker 관리
Configuration menu - View commit details
-
Copy full SHA for 17f859e - Browse repository at this point
Copy the full SHA 17f859eView commit details -
refactor : Players 사다리 결과 형식 상수화
"실행 결과"와 같이 의미하는 바가 확실한 일반 문자열은 따로 상수화해주지 않아도 알아보기 편하지만 "%d %s" 등과 같은 format은 이름없이 존재하면 의미를 파악하기 어렵기 때문에 상수화를 통해 관리
Configuration menu - View commit details
-
Copy full SHA for d44bbbd - Browse repository at this point
Copy the full SHA d44bbbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bca81d8 - Browse repository at this point
Copy the full SHA bca81d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9543acc - Browse repository at this point
Copy the full SHA 9543accView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65a578c - Browse repository at this point
Copy the full SHA 65a578cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea3e039 - Browse repository at this point
Copy the full SHA ea3e039View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04f71c7 - Browse repository at this point
Copy the full SHA 04f71c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48c6982 - Browse repository at this point
Copy the full SHA 48c6982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c2a355 - Browse repository at this point
Copy the full SHA 5c2a355View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc65b6e - Browse repository at this point
Copy the full SHA dc65b6eView commit details
Commits on Feb 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b9f32b - Browse repository at this point
Copy the full SHA 7b9f32bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4359d9d - Browse repository at this point
Copy the full SHA 4359d9dView commit details -
현재와 같이 설계하면 같은 사다리에 다른 사람들과, 다른 결과들을 넣고싶다면 새로운 Ladder 객체를 생성해야 함 때문에 굳이 Ladder가 PlayerNames와 LadderResults를 알고 있어야한다는 책임을 주는 것보다 사다리 결과를 얻는 match 메서드에서 메서드 인자로 필요할 때 받아서 사용하는 것이 더 적합하다고 생각
Configuration menu - View commit details
-
Copy full SHA for 120d838 - Browse repository at this point
Copy the full SHA 120d838View commit details -
Configuration menu - View commit details
-
Copy full SHA for f96ca82 - Browse repository at this point
Copy the full SHA f96ca82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b281d0 - Browse repository at this point
Copy the full SHA 9b281d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ba0367 - Browse repository at this point
Copy the full SHA 1ba0367View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9670383 - Browse repository at this point
Copy the full SHA 9670383View commit details
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.