Files
DesignPatternsPHP/Creational
Dominik Liebler e3fd6631b5 Abstract factory (#366)
* rewrite of the Abstract Factory pattern

* update composer deps

* fixed argument to json_encode which cannot be null
2019-09-03 18:40:18 +02:00
..
2019-09-03 18:40:18 +02:00
2019-08-25 20:34:48 +02:00
2019-08-31 14:31:01 +02:00

Creational

In software engineering, creational design patterns are design patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. The basic form of object creation could result in design problems or added complexity to the design. Creational design patterns solve this problem by somehow controlling this object creation.