Design Patterns
Prototype Design Pattern in Golang
In this series, we are discussing Design Patterns. In the previous articles, we have already discussed the Object Factory Design Pattern, Singleton Design Pattern. and Builder Design Pattern. After a long break of about a month, we are back again to explore and implement the Prototype Design Pattern in Golang. Prototype Read more…