-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor: 퀴즈게임상태로직개선 #127
Merged
The head ref may contain hidden characters: "refactor/#107-\uD034\uC988\uAC8C\uC784\uC0C1\uD0DC\uB85C\uC9C1\uAC1C\uC120"
Merged
refactor: 퀴즈게임상태로직개선 #127
Changes from 1 commit
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
17e8385
refactor: Quizzes 클래스 이름 변경
Jeongjjuna 21dff1c
refactor: Quizzes 클래스 이름 변경
Jeongjjuna bb10ee7
refactor: play 도메인의 컨트롤러, 서비스 클래스 이름 수정
Jeongjjuna ae151f2
refactor: 메서드 이름 수정
Jeongjjuna c6d7576
refactor: 메서드 이름 및 컨벤션 수정
Jeongjjuna 8b13dd3
fix: 게임 종료시 방인원수를 초기화하지 않고 유지하도록 수정
Jeongjjuna a70c63b
style: 코드 포맷팅
Jeongjjuna 938d8b2
refactor: 튜플 대신 data class 를 사용하도록 변경
Jeongjjuna 3f70171
style: 코드 포맷
Jeongjjuna 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
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package yjh.cstar.play.domain.quiz | ||
|
||
data class QuizInfo( | ||
val quizNo: Int, | ||
val quizId: Long, | ||
val quiz: Quiz, | ||
) | ||
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
Oops, something went wrong.
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.
객체를 생성해야할 때 먼저 data class로 가능한지 생각해봐야겠습니다! 관련해서 리뷰 달려고 했는데 바로 반영해주셨네요! 역시 지훈님!! 입니다.😁😁
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.
네 감사해요 😁