Skip to content
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

[로또] 미션 제출합니다. #1

Open
wants to merge 79 commits into
base: develop
Choose a base branch
from
Open

[로또] 미션 제출합니다. #1

wants to merge 79 commits into from

Conversation

hepheir
Copy link

@hepheir hepheir commented Nov 5, 2024

원본: woowacourse-precourse#1344
저자: 엄규영

📂 패키지 구조

🌐 src.main.java.lotto
│
├── 📦 constants
│   └── LottoConstantNumbers
│
├── 📦 controller
│   └── LottoController
│
├── 📦 domain
│   ├── Lotto
│   ├── LottoResult
│   ├── Prize
│   └── WinningNumber
│
├── 📦 exception
│   ├──📦 lottoticketexception
│   │   ├── DuplicateException
│   │   └── LottoNumberSizeException
│   │
│   ├──📦 numberexception
│   │   ├── InvalidNumberException
│   │   └── OutOfRangeNumberException
│   │
│   ├──📦 purchaseamountexception
│   │   ├── InvalidPurchaseAmountException
│   │   ├── MaxPurchaseExceedException
│   │   ├── NegativePurchaseAmountException
│   │   └── NotDivisibleByLottoPriceException
│   │
│   ├── ErrorConstants
│   └── ErrorMessage
│
├── 📦 factory
│   └── LottoTicketStore
│
├── 📦 service
│   ├── LottoGameService
│   ├── LottoPurchaseService
│   ├── LottoResultCalculator
│   └── LottoStatisticsService
│
├── 📦 util
│   ├── DuplicateValidator
│   ├── LottoNumberSorter
│   ├── NumberValidator
│   ├── PurchaseAmountValidator
│   ├── RandomNumberGenerator
│   └── WinningNumberSeparator
│
├── 📦 view
│   ├── ConsoleMessage
│   ├── InputView
│   └── OutputView
│
└── Application

gyuoo added 30 commits November 4, 2024 21:05
gyuoo added 30 commits November 5, 2024 01:01
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