-
Notifications
You must be signed in to change notification settings - Fork 56
[사다리 미션] 황승준 미션 제출입니다. #23
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
Open
davidolleh
wants to merge
59
commits into
next-step:davidolleh
Choose a base branch
from
davidolleh:davidolleh
base: davidolleh
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
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
b07a49c
<FEAT> 기능 명세서 파일 추가
davidolleh f493a05
<FEAT> input, ouput view class 추가
davidolleh 2254785
<FEAT> 연결 관련 enum class들 추가
davidolleh e0ffcfb
<FEAT> controller 객체 추가
davidolleh 02b6a8d
<FEAT> line 객체 추가
davidolleh 7cf4555
<FEAT> 참여자 객체 추가
davidolleh dcf7dc4
<FEAT> main 함수 추가
davidolleh 06cc958
<FEAT> 당첨 객체 추가
davidolleh fc66931
<FEAT> 사다리 객체 추가
davidolleh 2e22fee
<FEAT> 사다리 랜덤 생성 객체 추가
davidolleh 613461c
<FIX> 이름 수정
davidolleh ed047ab
<FIX> 사다리 랜덤 생성 객체 추상화로 분리
davidolleh 71d47c7
<FIX> nextInt 입력 받는거 nextLine으로 변경
davidolleh dd7174d
<FEAT> width, height ladder의 field로 추가
davidolleh 5781a34
<FEAT> value object로 변경, 예외처리 추가
davidolleh 9b5c7b5
<FEAT> 사다리 결과 출력 기능 추가
davidolleh 125810f
<FEAT> Prize vo로 변경
davidolleh 92408bb
<FEAT> 실행 결과 기능들 추가
davidolleh 431bd39
<FEAT> 실행 결과 객체 추가
davidolleh 77f88a7
<FEAT> controller 기능 추가
davidolleh 9d693f0
<FEAT> Ladder 자동생성 테스트 추가
davidolleh 91e4ceb
<FEAT> 기능 명세서 추가
davidolleh b70c3a5
<FIX> Indent 1로 마추려고 수정
davidolleh c76ef4a
<FIX> tmp 변수로 변경
davidolleh a09be2f
<FIX> 함수로 분리
davidolleh 9bacca2
<FEAT> 개행문자 추가
davidolleh d767643
<FEAT> Person, Statistic 관련 test 추가
davidolleh 6aef072
<FIX> warning 제거
davidolleh 5402201
<FIX> 함수로 분리
davidolleh 726700e
<FEAT> prize test 추가
davidolleh a2f5884
<FEAT> 기능명세서 기능 추가
davidolleh f567502
<FIX> warning 제거
davidolleh e278cc8
<REFACTOR> 1. Person 값 객체로 사용하지 않도록 수정, 2. 메서드 이름 동사형으로 수정
davidolleh bf26804
<REFACTOR> README 구체적으로 추가
davidolleh 915c745
<REFACTOR> 변수 이름 수정
davidolleh d5eda95
<REFACTOR> 금액의 꽝에 대한 처리를 outputview의 역할로 수정
davidolleh 6bf7754
<REFACTOR> Ladder 생성 로직과 entity 분리
davidolleh 39d71d8
<REFACTOR> Line 이름 수정
davidolleh 0c759b5
<REFACTOR> README 추가
davidolleh d67a2e9
<REFACTOR> line 특정 rowIndex의 방향 가져오는 함수 구현
davidolleh 936a471
<REFACTOR> Ladder의 필드 RowLine으로 변경
davidolleh 5aa5433
<REFACTOR> main class 이름 수정
davidolleh 7057283
<REFACTOR> LadderGame 실행 구현
davidolleh d766f09
<REFACTOR> LadderGame 실행 구현
davidolleh f3dd305
<REFACTOR> Controller, OutputView LadderGame에 맞춰서 수정
davidolleh 1d25eb1
<REFACTOR> 사용하지 않는 파일 삭제
davidolleh 8f5d014
<REFACTOR> person record로 수정
davidolleh 3268173
<REFACTOR> README 추가 작성
davidolleh 19585d2
<REFACTOR> 불필요한 함서 제거
davidolleh afe1ed8
<REFACTOR> 필드 final로 변경
davidolleh a866afb
<REFACTOR> class record로 변경
davidolleh 0c974c9
<REFACTOR> class record로 변경
davidolleh 8bda0a9
<REFACTOR> LadderFactory 추상화
davidolleh 4547ffe
<REFACTOR> 오타 수정
davidolleh 7481d5d
<REFACTOR> 참여자 테스트 구현
davidolleh a08a3c9
<REFACTOR> 파일 삭제
davidolleh 27da6f5
<REFACTOR> README 추가
davidolleh 7e3f2e8
<REFACTOR> 테스트 구현
davidolleh 81e327f
<REFACTOR> 정적 변수러 설정
davidolleh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
<FEAT> 연결 관련 enum class들 추가
- Loading branch information
commit 2254785b0424145d1325db81a6b275e54254b13c
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,6 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
package domain; | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
public enum Connection { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CONNECTED, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UNCONNECTED, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+3
to
+6
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 Enum에 함수형 인터페이스 넣어보기 2함수형 인터페이스를 필드로 선언해서, 각각의 enum마다 다음 동작을 정의할 수 있겠네요!
Suggested change
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package domain; | ||
|
||
public enum Direction { | ||
LEFT, RIGHT, DOWN | ||
} |
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.
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.
👍