Design pattern (part 2): Creational patterns
I. What is a creational pattern again?
Creational patterns are design patterns that deal with object creation mechanisms. The main idea of these patterns is to control the object-creation process in a way that is more flexible and efficient.
The reas...
prometheusalpha.hashnode.dev9 min read