Real World: iOS Design Patterns
https://medium.com/cocoaacademymag/real-world-ios-design-patterns-3e5aad172094
Design Pattern is a common topic in talks, forums and even in a 15 min break conversation at work. You can find a lot of stuff on books or the internet about it and a lot of examples using rubber ducks ?, coffee shop ☕ and pizza stores ?.
When I started studying I usually understand the pattern but I had a lot of trouble, thinking about how to apply them to my code. I understand that the Factory pattern is used to create objects but why do I need it? Do I really need a Factory to create my objects?
Real World: iOS Design Patterns
Jun 15, 2018, 1:22am UTC
https://medium.com/cocoaacademymag/real-world-ios-design-patterns-3e5aad172094
> Design Pattern is a common topic in talks, forums and even in a 15 min break conversation at work. You can find a lot of stuff on books or the internet about it and a lot of examples using rubber ducks ?, coffee shop ☕ and pizza stores ?.
> When I started studying I usually understand the pattern but I had a lot of trouble, thinking about how to apply them to my code. I understand that the Factory pattern is used to create objects but why do I need it? Do I really need a Factory to create my objects?