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

Step4 - 로또(수동) ver2 #985

Open
wants to merge 12 commits into
base: oyj7677
Choose a base branch
from
Open

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    d008b10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dffd018 View commit details
    Browse the repository at this point in the history
  3. Refactor: 당첨 여부 검증 역할 이동 (LottoMachine -> LottoRanking), LottoRanking…

    … 인터페이스 구현 코드 정리
    oyj7677 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2273de6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e28951c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dfcb45 View commit details
    Browse the repository at this point in the history
  6. docs: 로또 계산기 기능 목록 추가

    chore: test클래스 패키지 이동, 코드 컨벤션
    oyj7677 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9b5f054 View commit details
    Browse the repository at this point in the history
  7. Feat: 로또 계산기 - 수익률 계산 로직 구현

    Refactor: 당첨 통계 역할 이동 (LottoMachine -> LottoCalculator)
    oyj7677 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a0698e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4578453 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Refactor:

    게임 가격 담당 객체 변경 (LottoCalculator -> LottoGame)
    게임 통계 자료구조 변경 Map -> EnumMap
    당첨 번호 일치 개수 로직 수정
    
    Feat:
    보너스 번호 중복 검증 로직 추가
    oyj7677 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    787b65d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Feat: NumberCombination 생성

    Refactor: 로또 번호 조힙 List<Int> -> NumberCombination 변경
    oyj7677 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8532e66 View commit details
    Browse the repository at this point in the history
  2. Feat: 로또 수동 구매 기능 구현

    Refactor: 구매 금액 반환값 String -> Int변경
    oyj7677 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6d0bb74 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'step4' into step4_ver2

    # Conflicts:
    #	README.md
    #	src/main/kotlin/lotto/data/LottoRanking.kt
    #	src/main/kotlin/lotto/data/WinningLotto.kt
    #	src/main/kotlin/lotto/domain/LottoCalculator.kt
    #	src/main/kotlin/lotto/domain/LottoMachine.kt
    #	src/main/kotlin/lotto/service/LottoGame.kt
    #	src/test/kotlin/lotto/data/WinningLottoTest.kt
    #	src/test/kotlin/lotto/domain/LottoCalculatorTest.kt
    oyj7677 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    08c5846 View commit details
    Browse the repository at this point in the history