Factory Method Design Pattern in Go
So, what is it about? The Factory Method design pattern solves the problem of creating objects without specifying their concrete classes. It provides an interface to create them in a parent class but allows child classes to change the type of objects...
May 8, 20213 min read710



