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

[경재] 숫자야구 구현 #1

Open
wants to merge 18 commits into
base: gyeongjae
Choose a base branch
from
Open

Conversation

gyeongjae-ham
Copy link

  • 요구사항 정리
  • 숫자 야구 숫자 객체 생성 및 검증
  • 숫자 야구 게임 객체 생성 및 검증
  • 입,출력 구현
  • 게임 실행부 작성

요구사항 정리
숫자야구 숫자를 검증하는 BaseballGameNumber를 생성하고 검증한다
안쓰는 객체를 이용하는 테스트 제거
숫자 야구 숫자를 생성하는 객체 생성 및 검증
게임을 초기화하고 진행하는 객체 생성 및 검증
입력 객체 생성
출력 객체 생성
게임 진행하는 main class 추가
@gyeongjae-ham gyeongjae-ham self-assigned this Dec 10, 2024
@hongxeob hongxeob added the 숫자 야구 Something isn't working label Dec 11, 2024
Copy link
Member

@hongxeob hongxeob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 경재님~ 몇가지 코멘트 남겨드렸습니다!

  • 현재는 패키지 구조없이 설정되어 있는데 패키지 구조까지 고민해 보시면 좋을 거 같습니다!

반복되는 생성문 method화 시키기
입력과 출력 구분해서 작성
생성자 부분 fixture로 대체
method 명 좀 더 명확하게 수정
@gyeongjae-ham gyeongjae-ham changed the title 숫자야구 구현 [경재] 숫자야구 구현 Dec 17, 2024
아웃 조건 추가
병헌님 & 현진님 리뷰 반영
사용 객체에서 자릿수를 전달하도록 수정
testcode에 반영
사용 객체에서 자릿수 넣어주기
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
숫자 야구 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants