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

[문자열 덧셈 계산기] 이승준 미션 제출합니다. #591

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

Commits on Oct 19, 2024

  1. docs : README.md 작성

    1eeSJ committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    132f04f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. test : 기본 구분자 사용에 관한 단위 테스트 작성

    - 기본 구분자 쉼표 사용
    - 기본 구분자 콜론 사용
    - 기본 구분자 혼합 사용
     에 대한 단위 테스트 작성
    1eeSJ committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b302383 View commit details
    Browse the repository at this point in the history
  2. feat : 입출력 상수 작성

    1eeSJ committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e6650ac View commit details
    Browse the repository at this point in the history
  3. feat : view 클래스 작성

    - 입력값을 받는 readInput 함수 작성
    - 결과를 출력하는 printResult 함수 작성
    1eeSJ committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    35f6173 View commit details
    Browse the repository at this point in the history
  4. fix : View 클래스의 일부 오류 수정

    - readInput 함수의 inputData 값 return
    - View 클래스의 export
    1eeSJ committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6ad9516 View commit details
    Browse the repository at this point in the history
  5. feat : Controller 클래스 작성 및 App.js의 일부 수정

    - View를 이어줄 Controller 클래스 생성
    - App에서 Controller의 객체 생성
    1eeSJ committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    73079f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    297bb03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7871c76 View commit details
    Browse the repository at this point in the history
  8. refactor : Calculator 클래스의 구조 변경 및, controller의 구조 변경

    - calculate 계산 함수의 구분자와 숫자 분리를 utils 폴더의 separateNumber 함수로 분리
    - Calculator에 inputData를 받는 setData함수 추가
    - setData함수 추가에 따른 controller 구조 변경
    1eeSJ committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4c760d9 View commit details
    Browse the repository at this point in the history
  9. fix : Calculator 클래스 입력 오류 및 separateNumber함수 export 오류 수정

    - 공백 입력 시 0이 출력되지 않고 오류 발생 부분 수정
    1eeSJ committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4b4c76a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea8e51a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c455ee7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ca85e3f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    43e5c2b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9b256e4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e2260b0 View commit details
    Browse the repository at this point in the history