[java-lotto] haon.lee(이민성) 미션 제출합니다.#3
Open
msung99 wants to merge 11 commits intoJapring-Study:mainfrom
Open
Conversation
alreadysons
reviewed
Oct 1, 2024
alreadysons
left a comment
There was a problem hiding this comment.
전략적으로 나눠서 관리하신 부분이 인상깊었습니다!!
고생하셨습니다!! 👍
| import lotto.domain.Lotto; | ||
| import org.junit.jupiter.api.DisplayName; | ||
| import org.junit.jupiter.api.Test; | ||
|
|
yohanii
reviewed
Oct 1, 2024
| @@ -0,0 +1,31 @@ | |||
| package lotto.domain; | |||
|
|
|||
| public class WinningLotto { | |||
Member
There was a problem hiding this comment.
Lotto를 extends 하는 방식도 좋을 것 같습니다!
두 방식에 어떤 차이가 있는지 저도 고민해봐야겠습니다.
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
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.
클래스 다이어그램
객체지향 프로그래밍을 준수하고자 하니, 시간이 생각보다 걸렸습니다. 다들 파이팅입니다!