https://medium.com/cocoaacademymag/using-decorator-and-builder-patterns-on-an-apiclient-527a85d8ea44
Medium
Using Decorator 🎀 and Builder 🛠patterns on an APIClient 🎄
Almost every mobile application need internet to do something like update user info, check for news, save a game data and more. So we can…
https://medium.com/swift2go/mastering-generics-with-protocols-the-specification-pattern-5e2e303af4ca
Medium
Mastering Generics with Protocols: The Specification Pattern
If you’re reading this, the chances are you already know the benefits of working with generics. You want to code less. You want the code…