Skip to content
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

가위바위보 게임 [STEP 1] oliver #12

Open
wants to merge 4 commits into
base: rft_2_oliver
Choose a base branch
from

Conversation

OliverChoi-iOS
Copy link

@uuu1101
안녕하세요 :) 이번주가 조금 바빠서, 이제서야 STEP 1 PR을 올립니다.
아마 시간 관계상 STEP 2까지 리뷰 요청드리는건 어려울 것 같고, 개인적으로 공부삼아 진행하게 될 것 같습니다 🥲
짧은 시간이지만 최선을 다해 리뷰 진행해주셔서 정말 감사드립니다 🙇

이번 프로젝트의 요구사항은 TDD로 비즈니스 로직을 구현하는 것이었습니다.
가위바위보의 승패 판단과, 삼세판 게임의 승패 판단을 TDD 방식을 통해 구현하였습니다.
random 은 테스트가 불가하기때문에, 상위(GameProcessor)에서 의존하도록 구현하였습니다.

단위 테스트 RED 단계 구현.
가위바위보 승패 TDD 구현, 삼세판 TDD 구현.
random은 테스트 불가하므로 상위(GameProcessor)에서 의존하게 하였음.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant