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

[자동차 경주] 정상경 미션 제출합니다. #449

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

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    f4d2e3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce27bca View commit details
    Browse the repository at this point in the history
  3. docs(README): nameVaild() 이름 변경

    ERROR CASE가 입력받을 때만 있으므로 모든 적합성판단을 한번에 하려고 한다.
    
    nameVaild -> inputVaild
    VsangkyeongV committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    dd8a58c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    371463f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78ab6da View commit details
    Browse the repository at this point in the history
  3. docs(README.md): 유효성 검사 분리

    입력을 나누어 받으므로 매 입력마다 유효성 검사를 하는 것이 사용자 입장에서 좋을 것이라고 판단함.
    VsangkyeongV committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e1ac69f View commit details
    Browse the repository at this point in the history
  4. refactor: Valid.js

    VsangkyeongV committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0307d07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00e9d3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1e9586 View commit details
    Browse the repository at this point in the history
  7. docs(README.md): Valid 함수 이름 변경

    함수 이름 통일성에 맞게 변경
    VsangkyeongV committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1ce1eb5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9816fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16f43aa View commit details
    Browse the repository at this point in the history
  10. fix: 자동차 이동 표현 변경

    우승자를 판별할 때 문자열 비교보다 숫자 비교하는 것이 더 용이해서 변경함.
    VsangkyeongV committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1ebf22e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dcfb24e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b93cf25 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f47f313 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e9acaf1 View commit details
    Browse the repository at this point in the history
  15. fix: [ERROR] 추가

    VsangkyeongV committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0d89547 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e71ef1f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d1b2317 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    931b5f9 View commit details
    Browse the repository at this point in the history
  19. refactor: 파일구조 추상화

    carRun의 하는 일이 잘 이해되도록 내부 함수들을 밖으로 분리하여 추상화했다.
    VsangkyeongV committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4551486 View commit details
    Browse the repository at this point in the history
  20. rename: 이해하기 쉽도록 함수명 변경

    하는 일이 무엇인지 이해하기 쉽도록 이름에 random을 추가했다
    VsangkyeongV committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    281f4f6 View commit details
    Browse the repository at this point in the history
  21. feat: 차 이름에 공백제거 구현

    차 이름에 공백이 들어가 억울하게 5자초과 에러에 걸리는 것을 방지했다!
    VsangkyeongV committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    769d157 View commit details
    Browse the repository at this point in the history
  22. fix: [ERROR] 추가

    요구사항에 맞도록 추가했다.
    VsangkyeongV committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f4679b2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0d4d541 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8c8c328 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6e61265 View commit details
    Browse the repository at this point in the history
  26. fix: 일부 함수 export

    jest에서 test하려면 함수를 export해야한다.
    VsangkyeongV committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0b042c4 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    99d77b0 View commit details
    Browse the repository at this point in the history