-
Notifications
You must be signed in to change notification settings - Fork 1
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
[CT-4] 차트게임 기능 domain 레이어 작성 (+ktlint 설정 변경) #13
Merged
Merged
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
# Conflicts: # app/.gitignore # buildSrc/src/main/kotlin/Dependency.kt # domain/build.gradle.kts
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.
지금 생각으로는, 기준점을 "주생성자로부터 이끌어낼 수 있는 프로퍼티는 중괄호 안으로 이동시키는 것이 옳다"로 잡았습니다.
저도 동일하게 생각해요. ㅎㅎ
domain/src/main/java/com/yessorae/domain/entity/tick/TickUnit.kt
Outdated
Show resolved
Hide resolved
domain/src/main/java/com/yessorae/domain/exception/ChartGameException.kt
Show resolved
Hide resolved
domain/src/main/java/com/yessorae/domain/usecase/QuitChartGameUseCase.kt
Outdated
Show resolved
Hide resolved
Tick의 TickUnit 프로퍼티를 Chart로 이동 은 리뷰 외의 수정입니다. |
nosorae
changed the title
[CT-4] 차트게임 기능 domain 레이어 작성
[CT-4] 차트게임 기능 domain 레이어 작성, ktlint 설정 변경
May 13, 2024
nosorae
changed the title
[CT-4] 차트게임 기능 domain 레이어 작성, ktlint 설정 변경
[CT-4] 차트게임 기능 domain 레이어 작성 (+ktlint 설정 변경)
May 13, 2024
This was referenced May 13, 2024
f-lab-nathan
approved these changes
May 15, 2024
domain/src/main/java/com/yessorae/domain/repository/ChartGameRepository.kt
Show resolved
Hide resolved
domain/src/main/java/com/yessorae/domain/usecase/ChangeChartUseCase.kt
Outdated
Show resolved
Hide resolved
코멘트와 변경사항이 많아서 머지하겠습니다. Reuslt 변경건은 다음 PR에 적용해주세요~! |
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.
close #4
Overview
의도
고민되는 점 (TBD)
*이제부터 스쿼시 머지 하겠습니다!-> 생각보다 스쿼시 머지 할 만큼 커밋 양이 많진 않네요