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

[로또] 이서현 과제 제출합니다. #107

Open
wants to merge 37 commits into
base: main
Choose a base branch
from

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    62dcd69 View commit details
    Browse the repository at this point in the history
  2. docs($README): 기능 명세 수정

    객체 분류 이름 변경
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d76038c View commit details
    Browse the repository at this point in the history
  3. feat(output): 구입 금액 입력 문구 출력 기능 구현

    구입 금액 입력 안내 문구 상수화하여 Utils로 분리 및 출력 함수 생성
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7092e41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    927d489 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a131fdd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f160459 View commit details
    Browse the repository at this point in the history
  7. refactor(Input): 구입 금액 단위 상수화

    구입 금액 단위 Utils로 분리
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1828b84 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b352bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3a491a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c933389 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f3e8098 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d1d06c View commit details
    Browse the repository at this point in the history
  13. refactor(Input): 예외 상황 발생 시 재입력하도록 기능 수정

    docs(Input): 테스트 불가한 기능 명세 수정
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9a1e489 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ab6ba3f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8113e96 View commit details
    Browse the repository at this point in the history
  16. docs($README): 기능 명세 수정

    테스트 필요성이 현저히 적고 요구 사항으로 판단되는 기능 명세 삭제
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    2f3b5f3 View commit details
    Browse the repository at this point in the history
  17. feat(Lotto): 로또 발행 갯수 기능 구현

    test(Lotto): 로또 발행 갯수 확인 테스트 구현 및 통과
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d4d240f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7e710ba View commit details
    Browse the repository at this point in the history
  19. perf(Lotto): 로또 갯수 변수 이름 수정

    Before:
    tickets
    
    After:
    ticketCounts
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e80c742 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f7e7bdb View commit details
    Browse the repository at this point in the history
  21. feat($LottoMaker): 로또 발행 기능 구현

    6개의 랜덤 숫자로 이뤄진 로또 발행 기능 구현
    
    test($LottoMakerTest): 로또 발행 기능 테스트 구현 및 통과
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    55d578a View commit details
    Browse the repository at this point in the history
  22. docs($README): 기능 명세 수정

    기능 명세가 아닌 요구 사항이라 판단되는 기능 삭제
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    73b9952 View commit details
    Browse the repository at this point in the history
  23. feat($LottoTickets): 구매 갯수만큼의 로또 발행 기능 구현

    test($LottoTickets): 구매 갯수만큼의 로또 발행 기능 테스트 구현 및 통과
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e159037 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    04c6337 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c4dc423 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    57715d2 View commit details
    Browse the repository at this point in the history
  27. feat(Input): 당첨 번호 입력 기능 구현

    docs($README): 예외 기능 명세 수정
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3d5396e View commit details
    Browse the repository at this point in the history
  28. refactor(Input): 당첨 번호 중복 유효성 검증 기능 구현

    test(Input): 당첨 번호 중복 유효성 검증 기능 테스트 구현 및 통과
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    84357ef View commit details
    Browse the repository at this point in the history
  29. refactor(Input): 당첨 번호 범위 검증 기능 구현

    test(Input): 당첨 번호 범위 검증 기능 테스트 구현 및 통과
    
    docs(Exception): 예외 기능 명세 추가
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4c71f71 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0dece7e View commit details
    Browse the repository at this point in the history
  31. feat(Lotto): 로또 오름차순 관리 구현

    test(Lotto): 로또 오름차순 관리 테스트 및 통과
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    de1886c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9e2ed97 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    3690c72 View commit details
    Browse the repository at this point in the history
  34. feat(Lotto): 보너스 번호 유일성 검증 기능 구현

    test(Lotto): 보너스 번호 유일성 검증 기능 테스트 및 통과
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a53854d View commit details
    Browse the repository at this point in the history
  35. feat(Lotto): 하나의 보너스 번호 입력 검증 기능 구현

    test(Lotto): 하나의 보너스 번호 입력 검증 기능 테스트 및 통과
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8d8cf59 View commit details
    Browse the repository at this point in the history
  36. refactor(Exception): 범위 검증 예외 발생 구현

    test(Exception): 범위 검증 예외 발생 테스트 구현 및 통과
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    bc74675 View commit details
    Browse the repository at this point in the history
  37. test(Exception): 예외 발생 시 '[ERROR]' 문구 출력했으나 방식 오류로 테스트 통과 실패

    오류를 던지면서 오류 메시지에 해당 문구를 넣어놨으나 주어진 테스트는 먼저 출력해야만 성공할 수 있음.
    하지만 오류를 던지면서 메시지에 문구 넣는 것이 맞다고 판단되어 그대로 작성
    nuyhhyun committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    673f451 View commit details
    Browse the repository at this point in the history