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

refactor: 퀴즈 게임 로직의 게임 상태 체크 로직 개선 #107

Closed
1 task
Jeongjjuna opened this issue Sep 24, 2024 · 0 comments · Fixed by #127
Closed
1 task

refactor: 퀴즈 게임 로직의 게임 상태 체크 로직 개선 #107

Jeongjjuna opened this issue Sep 24, 2024 · 0 comments · Fixed by #127
Assignees
Labels
🚀 BE 우리는 백엔드 개발자! 🛠 Refactor 리팩토링을 해봐요!

Comments

@Jeongjjuna
Copy link
Contributor

✨ 어떤 기능인가요?

  • while true를 통해 무한루프를 돌고 있는데 무한루프에 빠질 수 있는 위험한 부분입니다.
    이 부분을 게임 상태라는 Enum을 활용하도록 개선해보고자 합니다.

📝 작업 상세 내용

  • 게임 상태를 Enum을 활용하도록 개선

📷 참고할만한 자료(선택)

@Jeongjjuna Jeongjjuna added 🚀 BE 우리는 백엔드 개발자! 🛠 Refactor 리팩토링을 해봐요! labels Sep 24, 2024
@Jeongjjuna Jeongjjuna self-assigned this Sep 24, 2024
@Jeongjjuna Jeongjjuna linked a pull request Dec 4, 2024 that will close this issue
2 tasks
Jeongjjuna added a commit that referenced this issue Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 BE 우리는 백엔드 개발자! 🛠 Refactor 리팩토링을 해봐요!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant