forked from cdm1263/javascript-calculator-7
-
Notifications
You must be signed in to change notification settings - Fork 2
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
1eeSJ
wants to merge
16
commits into
woowacourse-precourse:main
Choose a base branch
from
1eeSJ:1eeSJ
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 기본 구분자 쉼표 사용 - 기본 구분자 콜론 사용 - 기본 구분자 혼합 사용 에 대한 단위 테스트 작성
- 입력값을 받는 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.