Introducing the Composition Root Pattern in a Swift Codebase
CompositionRoot 를 SwiftCodeBase 에 적용하기
CompositionRoot 를 SwiftCodeBase 에 적용하기
Type Driven Code 의 기본 원리
실제 production app 을 개발하다 보면 AppDelegate 클래스가 쉽게 비대해지고 파일수가 어마어마하게 늘어나는 경우가 비일비재하다. 이를 refactoring 하는 방법
Apple SignIn feature를 DelegateProxy 를 이용하여 Rx Extension 구현