[우테코 스터디] 로또 다시 구현하기 2 (test code 구현) - #2
Open
boramson wants to merge 59 commits into
Open
Conversation
- 수정 : printPurchaseNumber(purchasQuantity) 수량을 매개변수로 받아서 출력되도록 만듬. - 추가 : printLottoNumber(value) 로또번호를 그대로 받아 바로 출력해주도록 만듬.
…경, Import를 위한 export문이 {}형태로 여러가지를 export 하는 것이로 변경.
…gNumber를 받을 수 있도록 만들고, validation에서 사용됨
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.
● 신경썼던 부분
test code를 초반에 어떻게 빨리 구현을 해내야할지 고민했습니다.
● 어려웠던 부분
테스트코드를 구현하려고 생각하는데에 아직까지 시간이 너무 오래걸리고 있습니다.
● 개인적인 회고
기간 내 구현하지 못한 것을 다른 브랜치를 통해 끝까지 구현해보았습니다.