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

[문자열 덧셈 계산기] 박정현 미션 제출합니다. #1893

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

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    a210bcc View commit details
    Browse the repository at this point in the history
  2. feat: 사용자 문자열 입력 구현

    String 형식으로 입력
    요구사항의 readLine() 사용
    icekimchi committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    1505089 View commit details
    Browse the repository at this point in the history
  3. docs(README): 입력 예외처리 추가 및 수정

    수정된 부분 :
    - 구분자가 숫자인 경우 추가
    - 공백, null인 경우 예외처리에서 삭제
    icekimchi committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    64b277e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. refactor(Application): MVC 패턴으로 수정

    add :
    - controller, inputView, outputView 추가
    icekimchi committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f7b63dd View commit details
    Browse the repository at this point in the history
  2. feat(ErrorMessage): 입력 예외처리

    add:
    -입력한 숫자가 음수를 포함할 때 예외로 처리한다.
    -구분자가 두 개 연속으로 나오면 예외로 처리한다.
    -구분자가 숫자면 예외로 처리한다.
    icekimchi committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    dcd0191 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    adfd1f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae2acf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6ac2ed View commit details
    Browse the repository at this point in the history