Oggi andiamo alla scoperta di due pattern fondamentali, il Factory Method e l'Abstract Factory.
- https://it.wikipedia.org/wiki/Factory_method
- https://refactoring.guru/design-patterns/factory-method
- https://github.com/wesdoyle/design-patterns-explained-with-food/tree/main/CreationalPatterns/FactoryMethod
- https://it.wikipedia.org/wiki/Abstract_factory
- https://refactoring.guru/design-patterns/abstract-factory
- https://github.com/wesdoyle/design-patterns-explained-with-food/tree/main/CreationalPatterns/AbstractFactory