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

2단계 - 로또(자동) 리뷰 요청드립니다. #1080

Open
wants to merge 21 commits into
base: bird798
Choose a base branch
from

Commits on Nov 24, 2024

  1. Configuration menu
    Copy the full SHA
    e3ede51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bfd862 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5da5058 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    296d96f View commit details
    Browse the repository at this point in the history
  2. test : TestCase 추가

    chan798 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    5340882 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0449a0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db4af4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3009836 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d46a4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    098e3da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bce244b View commit details
    Browse the repository at this point in the history
  9. refactor(InputView) : InputView의 리턴값을 Non-Nullable로 수정

    1. InputView의 리턴값을 Non-Nullable로 수정
    2. 관련 Method와 Class의 인자를 Non-Nullable로 타입 변경.
    chan798 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    329cd84 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    36f29f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e683c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33abe6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    233cd73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b70f863 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    47ba72e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdc9d43 View commit details
    Browse the repository at this point in the history
  8. refactor: 숫자 길이의 유효성을 생성자에서 체크하도록 수정.

    문자열에서 숫자 분리하는 기능을 InputView로 이관
    chan798 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    b2b21c8 View commit details
    Browse the repository at this point in the history
  9. test: TestCase 수정.

    chan798 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    5c1d433 View commit details
    Browse the repository at this point in the history