Creational Design Patterns in Golang (opens in new tab)
This is one the first blog in the design pattern series, and in this one, I’ll be focusing on the creational design patterns. Creational Design pattern is one of the most intuitive design pattern if you ask me, dealing with the fundamental problem of how do we create objects the right way . But what is Creational Design Pattern and how does it help me with my work? Creational design pattern is basically an encapsulation hidden from the end user, hiding the implementation details, since for th...
Read the original article