We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
기존 화면 전환을 직접 VC에서 처리하는 방식을 ModuleFactory Coordinator Router 형태로 모듈 분리해서 처리할 예정입니다!
Factory 패턴은, �VC,Coordinator 객체를 개개인이 만드는 것이 아닌, 팩토리라는 역할에서 직접 생성하는 것을 의미합니다.
▶️ 모든 화면 전환 및 이벤트 처리를 Router & Coordinator로 전환하는 것을 목표로 합니다.
#104 ViewModel 주입도 같이 진행하기!
The text was updated successfully, but these errors were encountered:
[refactor] :refactor: module factory 생성 (#107)
d285525
[feat] 기본 Coordinator 파일 세팅하기 (#107)
ef98465
Protocols,Enums,Router 파일 추가
[refactor] :refactor: splashVC refactor (#107)
818db70
함수 간결화 및 불필요한 주석 삭제 factory를 통한 VC 인스턴스 생성 채택
[refactor] ♻️ splashVC refactor (#107)
e75ff44
i-colours-u
No branches or pull requests
📌 Fix Issue
기존 화면 전환을 직접 VC에서 처리하는 방식을
ModuleFactory
Coordinator
Router
형태로 모듈 분리해서 처리할 예정입니다!
Factory 패턴은, �VC,Coordinator 객체를 개개인이 만드는 것이 아닌, 팩토리라는 역할에서 직접 생성하는 것을 의미합니다.
📝 To-do
📰 Related Issues
#104 ViewModel 주입도 같이 진행하기!
The text was updated successfully, but these errors were encountered: