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 16 commits into
base: main
Choose a base branch
from

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    835ac86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b7f657 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b0a848 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    8c4a8e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    ae15b0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae538a8 View commit details
    Browse the repository at this point in the history
  3. test: 자동차 이름 생성에 대한 테스트 추가

    원래는 CarTest에 자동차 이름에 관한 테스트를 같이 작성할 계획이였지만
    따로 테스트를 하는 것이 더 옳다 판단하여 테스트를 분리
    ErroredPasta committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c1d0254 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24333ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4f085e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d3dab4 View commit details
    Browse the repository at this point in the history
  7. refactor: 일관성을 위해 시도 횟수 검증 함수 리팩토링

    1 line 함수라 expression body로 변환 및 0을 BigInteger에 정의된 상수로 변경
    ErroredPasta committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4449cf4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    66ad849 View commit details
    Browse the repository at this point in the history
  9. docs: 자동차 이름에 관한 조건 추가

    기능 요구 사항에서는 각 자동차에 이름을 부여할 수 있다고 했지만
    만약 자동차에 이름을 부여하지 않을 경우 자동차 이름 입력, 차수별 실행 결과와 최종 우승자 출력시
    문제가 발생할 소지가 있으므로 자동차 이름을 반드시 부여하도록 변경
    ErroredPasta committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    241aa9c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96574cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c69a2ba View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d67162a View commit details
    Browse the repository at this point in the history