-
Notifications
You must be signed in to change notification settings - Fork 88
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
[하루-유조] 계산기 미션 제출합니다. #6
Merged
Merged
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
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.
TDD, BDD를 처음으로 시도해보게 된 정말 재밌는 과제였습니다! 혼자였다면 다소 막막할 수도 있었겠지만 페어와 함께 진행할 수 있어 든든하고 힘이 됐습니다!
저희 조는 모든 테스트를 작성한 후 기능을 구현했습니다. cypress를 처음 작성하다보니 저희가 작성한 테스트코드가 제대로 작동할지에 대한 확신은 없었습니다. 하지만 메서드들의 이름이
should
,click
등 직관적인 이름이 많아서 다행히 테스트코드를 한번 작성한 후 수정하는데 있어서 크게 어려움을 겪지는 않았습니다!기능을 구현하면서 테스트코드가 존재하는 덕분에 기능을 구현하는 속도도 더 빨라지는 것을 느꼈습니다. 매번 하나의 기능을 구현할 때마다 여러번
console.log()
를 통해 동작을 확인하던 것을 벗어나 기능 구현 -> 테스트 실행 이라는 심플한 방법을 사용할 수 있었습니다.리팩토링을 진행하면서도 테스트코드가 빛을 확실히 발했습니다. 함수들을 별도의 module로 분리하는 과정에서도 테스트를 통해 동작을 점검하며 평소보다 빠르게 리팩토링을 마칠 수 있었습니다! 그리고 평소 기능을 구현하는게 1의 뿌듯함과 즐거운 마음이었다면 cypress의 ✅마크가 나오는걸 보면서 1 이상의 뿌듯한 마음과 재미가 있었습니다.
코드를 보시고 궁금한 점이나 개선점에 대한 리뷰를 남겨주시면 다음 미션에서는 피드백을 반영해 더 좋은 코드를 작성할 수 있도록 노력하겠습니다! 감사합니다!