August 2022
Intermediate to advanced
469 pages
8h 13m
English
The Builder pattern is concerned with the creation of complicated objects, that is, objects that cannot be built up in a single-line constructor call. These types of objects may themselves be composed of other objects and might involve less-than-obvious logic, necessitating a separate component specifically dedicated to object construction.
I suppose it’s worth noting beforehand that, while the Builder is concerned with complicated objects, we’ll be taking a look at a rather trivial example. This is done purely ...
Read now
Unlock full access