Decoupling dependency in swift - gpeegpee/learn-swift GitHub Wiki
- https://newtechcode.net/2018/02/26/automatic-dependency-injection-in-swift/
- https://theswiftdev.com/2018/07/17/swift-dependency-injection-design-pattern/
- http://ilya.puchka.me/dependency-injection-in-swift/
- https://clean-swift.com/advanced-dependency-injection/
- https://clean-swift.com/dependency-inversion-a-little-swifty-architecture/
- https://www.jamesshore.com/Blog/Dependency-Injection-Demystified.html
- https://medium.com/ios-os-x-development/decoupling-dependencies-ios-code-example-5fa38cc249b4
- https://medium.com/@johnsundell/separation-of-concerns-using-protocols-in-swift-319614c1880e
- https://quickbirdstudios.com/blog/swift-dependency-injection-service-locators/
- https://learnappmaking.com/dependency-injection-swift/
- https://cocoacasts.com/nuts-and-bolts-of-dependency-injection-in-swift
- https://blog.nathanaelcherrier.com/en/decouple-your-code/
- https://www.swiftbysundell.com/posts/different-flavors-of-dependency-injection-in-swift
- https://christiantietze.de/posts/2016/07/decoupling-facade-oop/
- https://www.swiftbysundell.com/posts/simple-swift-dependency-injection-with-functions