RxCleanSwift icon indicating copy to clipboard operation
RxCleanSwift copied to clipboard

Clean Swift 연구일지 #2

Open GeekTree0101 opened this issue 5 years ago • 0 comments

Clean Architecture Guide

https://proandroiddev.com/clean-architecture-data-flow-dependency-rule-615ffdd79e29 Data flow != Dependency Rule Dependency Rule의 경계를 침범하지 않으면서 Data flow를 잘 연결할 것!

SOLID Design Principles

https://medium.com/@piyush.dez/solid-principles-in-swift-e9cc84ff5aa2

Clean Architecture를 도입하기 위해선 SOLID를 지켜가면서 설계하는 것을 권장 S: Single Responsibility O: Open-Closed L: Liskov substitution I: Interface segregation D: Dependency Inversion

GeekTree0101 avatar Apr 25 '19 00:04 GeekTree0101