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.
저는 CalculateState enum을 배열에 보관하는 식으로 계산기 구현했습니다.
로직은 좀 더럽게 짰습니다.
테스트는 총 5개 만들었는데
첫번째 테스트는 두자리수 숫자와 더하기 연산 테스트
두번째 테스트는 연산자도 잘 출력되는지 테스트
세번째는 연산자 두번 연속으로 나오는 illegal한 경우에 연산자 두번째거는 잘 무시가 되는지
네번째는 클리어 잘 되는지
마지막은 지우기가 잘 되는지 테스트입니다.