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

4단계 - 로또 수동 #2810

Open
AnneMayor opened this issue Nov 12, 2022 · 0 comments
Open

4단계 - 로또 수동 #2810

AnneMayor opened this issue Nov 12, 2022 · 0 comments

Comments

@AnneMayor
Copy link

기능 요구사항

  • 현재 로또 생성기는 자동 생성 기능만 제공한다. 사용자가 수동으로 추첨 번호를 입력할 수 있도록 해야 한다.
  • 입력한 금액, 자동 생성 숫자, 수동 생성 번호를 입력하도록 해야 한다.

프로그래밍 요구사항

  • 규칙 3: 모든 원시값과 문자열을 포장한다.
  • 규칙 5: 줄여쓰지 않는다(축약 금지).
  • 예외 처리를 통해 에러가 발생하지 않도록 한다.
  • 모든 기능을 TDD로 구현해 단위 테스트가 존재해야 한다. 단, UI(System.out, System.in) 로직은 제외
  • java enum을 적용해 프로그래밍을 구현한다.
  • 규칙 8: 일급 콜렉션을 쓴다.
  • indent(인덴트, 들여쓰기) depth를 2를 넘지 않도록 구현한다. 1까지만 허용한다.
  • 함수(또는 메소드)의 길이가 15라인을 넘어가지 않도록 구현한다.
  • 자바 코드 컨벤션을 지키면서 프로그래밍한다.
  • else 예약어를 쓰지 않는다.
AnneMayor pushed a commit to AnneMayor/java-lotto that referenced this issue Nov 13, 2022
JunHoPark93 pushed a commit that referenced this issue Nov 17, 2022
* feat: 4단계 로또 수동(#2810)

* squash commit

Co-authored-by: annelguplus <[email protected]>
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

No branches or pull requests

1 participant