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 단계] PR #2

Closed
wants to merge 2 commits into from
Closed

[김진명 - 1 단계] PR #2

wants to merge 2 commits into from

Conversation

makeUgreat
Copy link

@makeUgreat makeUgreat commented Mar 14, 2025

📌 과제 설명

  • 랜덤한 숫자 상태를 가지고 있는 RandomNumber 객체를 만들도록 하였습니다.
  • 객체 생성 시 랜덤한 3가지 숫자를 생성하고 해당 숫자를 상태로 가지도록 하였습니다.

👩‍💻 요구 사항과 구현 내용

  • 컴퓨터가 랜덤한 3가지 숫자를 생성하도록 한다.

✅ PR 포인트 & 궁금한 점

  • 커밋 단위를 어떻게 가져가야할지 궁금합니다.
  • PR 메시지 중 과제 설명, 요구 사항과 구현 내용 부분에 어떤 내용이 들어가야할까요?

Copy link
Member

@jay-so jay-so left a comment

Choose a reason for hiding this comment

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

@makeUgreat
step1 과제하느라 수고하셨습니다! PR 브랜치를 개인 깃허브 명으로 변경 후, 개인 브랜치에 PR 재작업 부탁드리겠습니다! 코멘트 달아두었으니 확인 부탁드리겠습니담! ☺️☺️

  • 커밋 단위는 개개인마다 파일별로 작성할지, 기능별로 작성하는지 다른 것 같아요! 개인적으로 파일별 수정이 있을때마다 커밋 시 너무 짧게 가져가는 느낌이 있어 기능별로 커밋 단위로 가져가고 있습니다!
  • PR 메시지의 경우 다음의 git 컨벤션을 참고하셔서 작업하시면 좋을 것 같습니다!
    PR 커밋 메시지 예시 1
    PR 커밋 메시지 예시 2

#answer;

constructor() {
this.#answer = MissionUtils.Random.pickNumberInRange(100,999);
Copy link
Member

@jay-so jay-so Mar 19, 2025

Choose a reason for hiding this comment

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

p1 : 과제 요구사항에서 1~9까지 서로 다른 수로 이어진 3자리 숫자를 생성하도록 명시되어 있어요!
pickNumberInRange메소드 사용할 때 mission-utils 라이브러리 사용할 때 확인 부탁드리겠습니다!
mission-utils 라이브러리

@jay-so jay-so closed this Mar 21, 2025
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.

2 participants