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: 화면 전환 로직을 Coordinator Pattern으로 구현해요 #20

Open
Do-hyun-Kim opened this issue Dec 19, 2024 · 0 comments
Assignees
Labels

Comments

@Do-hyun-Kim
Copy link
Collaborator

개요

  • 기존 화면 전환하던 NotificationCenter 코드를 AppCoordinator, WSTabbarCoordinator를 구분해서 화면전환 하도록 해요

Coordinator Pattern 도입

  • 각 화면전환 로직을 Coordinator Pattern을 도입하고 해당 화면전환 로직을 Reactor에 처리하도록 구현해요

기대 효과 (Optional)

  • NotificationCenter 코드를 제거하며 NotificationCenter의 문제점인 이벤트 중복 방출을 해결해요
  • 화면 전환 로직을 ViewController에 처리하지 않고 Reactor에 처리하도록 해서 ViewController의 책임을 최소화 시켜요
@Do-hyun-Kim Do-hyun-Kim self-assigned this Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant