Piotr Grabski-Gradziński 0bfe9fe9a1
Merge pull request #439 from guilhermesiani/patch-3
refactor: add string return type
2021-07-18 18:27:21 +02:00
..
2021-04-12 14:04:45 +02:00
2021-04-12 14:04:45 +02:00
2021-04-12 14:04:45 +02:00
2021-07-16 21:00:33 -03:00
2021-07-16 21:02:00 -03:00
2021-04-30 01:22:29 +04:30
2019-12-14 13:55:04 +01: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.