27/02 Builder pattern in GO - Construct the ship's Defense Shields
What is the Builder Pattern? Creational pattern Build complicated objects piect by piece So what is the builder pattern? It is considered a creational pattern like the factory pattern. However it differs when it comes to how it builds an object. The builder pattern is used to create an object by putting its pieces together first before instaniating it. The pattern relies on a builder object whic..
Go/Study record
2022. 2. 27. 21:32