Skip to content

[Step03] 사다리(게임 실행) - #1335

Merged
vagabond95 merged 14 commits into
next-step:pbg0205from
pbg0205:step03
May 1, 2022
Merged

[Step03] 사다리(게임 실행)#1335
vagabond95 merged 14 commits into
next-step:pbg0205from
pbg0205:step03

Conversation

@pbg0205

@pbg0205 pbg0205 commented Apr 30, 2022

Copy link
Copy Markdown

안녕하세요! Java CleanCode 14기 박병기 입니다.
사다리게임 미션 완료하여 리뷰 요청 드립니다.
확인 부탁드립니다!
감사힙니다 🙏

@vagabond95 vagabond95 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이전 단계보다 클래스들의 역할 및 비즈니스 로직이 좀 더 명확해진 것 같습니다 👍
각 도메인이 계단식으로 역할을 잘 수행하고 있어 큰 구조의 변화 없이 잘 구현해주셨네요 ㅎㅎ

크게 피드백 드릴 부분이 없어 3단계도 머지하도록 하겠습니다!

@@ -0,0 +1,11 @@
package ladder.exception;

public class InvalidDirectionException extends RuntimeException {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

커스텀 예외 👍

}

private ExecutionResults convertExecutionResults() {
String[] executionResults = readLine().replace(" ", "").split(DEFAULT_DELIMITER);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

선언해둔 상수를 사용하면 좀 더 좋을 것 같습니다 :)

@vagabond95
vagabond95 merged commit 387ee02 into next-step:pbg0205 May 1, 2022
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.

2 participants