-
Notifications
You must be signed in to change notification settings - Fork 467
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단계 - 블랙잭 베팅] 포스티(윤강민) 미션 제출합니다 #895
Open
ykmxxi
wants to merge
18
commits into
woowacourse:ykmxxi
Choose a base branch
from
ykmxxi:step2
base: ykmxxi
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
ykmxxi
commented
Mar 15, 2025
Comment on lines
21
to
+23
private final CardDeck cardDeck; | ||
private final BlackJackRule blackJackRule; | ||
private final PlayersBetting playersBetting; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 인스턴스 변수가 세 개 이상인 클래스가 됐습니다. 너무 큰 책임을 가지고 있지 않나? 라는 생각이 들어 다음 리뷰 요청 때 좀 더 작은 책임들로 나눈 설계를 만들어볼 생각입니다
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.
안녕하세요 아서 😄
step2 리뷰 요청 드립니다.
체크 리스트
test
를 실행했을 때, 모든 테스트가 정상적으로 통과했나요?객체지향 생활체조 요구사항을 얼마나 잘 충족했다고 생각하시나요?
1~5점 중에서 선택해주세요.
선택한 점수의 이유를 적어주세요.
step2를 진행하기 전 블랙잭 룰을 찾아보는 시간을 가졌습니다. 이전 step1 때 페어와 함께 진행하면서 잘못된 블랙잭에 관한 지식으로 생겨난 로직들이 다수 존재해(승패 계산), 이 부분을 찾아보고 수정하는데 많은 시간이 걸렸습니다.
일단 정상적인 기능 수행으로 돌리기 위해 책임 분리, 객체 지향 생활 체조 원칙 등을 뒤로 하고 먼저 잘못된 로직들을 수정해 step1 보다 더 지키지 못한 것 같습니다.
이러한 점들까지 지켜가면서 구현을 진행하면 너무나 오래 걸릴 것 같아 먼저 리뷰 요청 드리는 점 양해 바랍니다. 아서 😢
어떤 부분에 집중하여 리뷰해야 할까요?