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] Model 객체로 관심사 분리 #170

Open
jayn2u opened this issue Sep 9, 2024 · 0 comments
Open

[Refactor] Model 객체로 관심사 분리 #170

jayn2u opened this issue Sep 9, 2024 · 0 comments
Assignees
Labels
🧰 Refactor 리팩터링이 필요한 내역들

Comments

@jayn2u
Copy link
Member

jayn2u commented Sep 9, 2024

🧰 Refactoring Request

📝 설명

해당 항목에 대해서 설명해주세요.

  • MVC 아키텍처를 기반으로 설계했지만, ViewController 안에 비즈니스 로직들이 꽤 많이 들어가 있는 것 같아요.
  • 모델에 해당하는 코드들을 관심사 분리해서 이니셜라이저를 사용해서 DI로 재설계 할 수 있습니다.
  • Main에 Model, View, ViewController로 분리해두었으니까, 한 번 참고해도 좋을 것 같아요!

🗂️ 첨부자료

첨부자료가 있다면 첨부해주세요.

@jayn2u jayn2u added the 🧰 Refactor 리팩터링이 필요한 내역들 label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧰 Refactor 리팩터링이 필요한 내역들
Projects
None yet
Development

No branches or pull requests

3 participants