Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Builder

Official description of the Builder pattern

Separate the construction of a complex object from its representation allowing the same construction process to create various representations.


This pattern encapsulates the construction of a product and allows it to be constructed in steps.
A sort of multi step factory.