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.
@uuu1101
안녕하세요 :) 이번주가 조금 바빠서, 이제서야 STEP 1 PR을 올립니다.
아마 시간 관계상 STEP 2까지 리뷰 요청드리는건 어려울 것 같고, 개인적으로 공부삼아 진행하게 될 것 같습니다 🥲
짧은 시간이지만 최선을 다해 리뷰 진행해주셔서 정말 감사드립니다 🙇
이번 프로젝트의 요구사항은 TDD로 비즈니스 로직을 구현하는 것이었습니다.
가위바위보의 승패 판단과, 삼세판 게임의 승패 판단을 TDD 방식을 통해 구현하였습니다.
random 은 테스트가 불가하기때문에, 상위(GameProcessor)에서 의존하도록 구현하였습니다.