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

Conversation

1eeSJ
Copy link

@1eeSJ 1eeSJ commented Oct 21, 2024

No description provided.

- 기본 구분자 쉼표 사용
- 기본 구분자 콜론 사용
- 기본 구분자 혼합 사용
 에 대한 단위 테스트 작성
- 입력값을 받는 readInput 함수 작성
- 결과를 출력하는 printResult 함수 작성
- readInput 함수의 inputData 값 return
- View 클래스의 export
- View를 이어줄 Controller 클래스 생성
- App에서 Controller의 객체 생성
- calculate 계산 함수의 구분자와 숫자 분리를 utils 폴더의 separateNumber 함수로 분리
- Calculator에 inputData를 받는 setData함수 추가
- setData함수 추가에 따른 controller 구조 변경
- 공백 입력 시 0이 출력되지 않고 오류 발생 부분 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant