[콤피-유세지] 계산기 미션 제출합니다.#49
Merged
Merged
Conversation
compy-ryu
reviewed
Feb 15, 2022
Comment on lines
+78
to
+79
| default: | ||
| throw new Error("존재하지 않는 연산자입니다."); |
Comment on lines
+29
to
+31
| if (before.toString().length === 3) { | ||
| return before; | ||
| } |
There was a problem hiding this comment.
숫자 범위를 체크하는 메소드를 분리해야 하는게 좋을 것 같아요!
woowapark
approved these changes
Feb 15, 2022
This file contains hidden or 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
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.
[콤피-유세지] 팀 계산기 미션 제출합니다.
페어 프로그래밍이라는 방법을 처음 시도하며 가장 어려웠던 점은, 혼자 코딩하는 것에 익숙한 두 명이 한 몸 처럼 코드를 짜는게 아니었나 싶습니다. 하지만 cypress를 이용한 자동화 된 테스트와, 드라이버가 놓치는 부분을 잡아주는 네비게이터의 역할이 있어서인지 평소보다 훨씬 적은 버그가 나왔고, 한 버그를 고치는데 드는 시간도 대폭 줄어들었습니다. 페어분의 생각과 코드를 통해 부족한 점을 많이 배우게 되었고, 더 나은 방법에 대한 고민을 나눌 수 있어서 외롭지 않은(?) 시간이 되었던 것 같습니다.
이어지는 자동차 경주 미션에서도 이번 페어 프로그래밍에서 느낀 점들을 바탕으로 더 좋은 코드를 만들기 위해 노력해보겠습니다. 감사합니다.