#design-patterns
Read more stories on Hashnode
Articles with this tag
“Favor object composition over class inheritance.” ~ The Gang of Four, “Design Patterns: Elements of Reusable Object-Oriented Software” What is...
What are Factory Functions? Factory functions are a way of creating objects without dealing with classes or the new keyword. Let's do a quick recap of...