Architecture
Dependency injection in Swift
If you are like me, when developing an application you are always looking (although sometimes it is difficult) to use a series of ‘rules’ that help you to make the code cleaner, be as uncoupled as possible, be scalable … In a previous article I already talked about SOLID principles Read more…