Tagged “pattern”
-
TIL the difference between Factory Pattern and Builder Pattern oop pattern
The factory method pattern requires the entire object to be built in a single method call, with all the parameters passed in on a single line. It may evolve into a builder pattern. A builder pattern is a wrapper object around all the possible parameters you might want to pass.
See all tags.