#java
Read more stories on Hashnode
Articles with this tag
You wanna create an exact copy? · Definition The Prototype Design Pattern is a creational pattern that allows you to create new objects by copying an...
Group all related object creation logics · Definition This is a creational design pattern that allows you to create families of related objects without...
Don't do partial inheritance · Definition This is another exemplary creational design pattern. It advocates delegating the responsibility of creating...
When readability and flexibility matters · Definition Do you ever feel tired, of setting so many properties during an object creation? One of the most...
Be aware of the consequences of Singleton Design Pattern · Problem 01: Thread-Safety Problem Lazy initialization is one of the good implementations of...