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

feat: PingPongGame 일부 필드 namedtuple로 변경 #456

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

nyj001012
Copy link
Collaborator

@nyj001012 nyj001012 commented Mar 11, 2024


✅ 풀_리퀘스트 체크리스트

  • PR 제목: [feat/fix/refactor...] 작업 내용 한 줄 요약 (브랜치 이름) #이슈번호
  • commit message 가 적절한지 확인해주세요.
  • 적절한 branch 로 요청했는지 확인해주세요.
  • Assignees, Label 을 붙여주세요.
  • 주의 사항과 관련해 꼭 확인해야 할 사람이 있다면 Reviewer 로 등록해주세요.
  • PR이 승인된 경우 해당 브랜치는 삭제해 주세요!

🔄 변경 사항

무엇을 합니다!

  • PingPongMap 클래스를 namedtuple로 변경
  • Player 클래스를 namedtuple로 변경
  • Bar 클래스 대신 namedtuple로 변경
  • set... 함수 제거
  • 예외 처리 추가
    • bounce() 시, 방향이 -1 <= direction <= 1인지 확인
    • whether_score_a_goal[True, True]일 때와 [False, False]일 때 추가

📎 변경한 이유

  • 생성자만 있는 클래스는 namedtuple로 관리하려 함
  • 이미 필드가 public이라 setter getter가 필요 없음

closes: #454

👨🏻‍💻 테스트 체크리스트

  • unit test

📌 변경 및 주의 사항

GameConsumer.py에서 PingPongMap만 클래스로 초기화하는 것이 아닌 namedtuple로 초기화하게 했는데, 혹시라도 외에 변경해야하는데 제가 놓친 부분이 있다면 말씀해주세요. 일단 컴파일 되는 것도 확인했습니다.


@nyj001012 nyj001012 added enhancement New feature or request backend backend 관련 PR labels Mar 11, 2024
@nyj001012 nyj001012 self-assigned this Mar 11, 2024
@nyj001012 nyj001012 linked an issue Mar 11, 2024 that may be closed by this pull request
@nyj001012 nyj001012 marked this pull request as ready for review March 11, 2024 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend backend 관련 PR enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: PingPongGame 일부 필드 namedtuple로 변경
1 participant