Skip to content

Files

Latest commit

52d3a59 · Jun 17, 2020

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 16, 2020
Jun 16, 2020
Jun 16, 2020
Jun 17, 2020

Builder Pattern

Builder is a creational design pattern that lets you construct complex objects step by step. The pattern allows you to produce different types and representations of an object using the same construction code. source

In this example Director will instruct SandwichBuilder to make different sizes of sandwich.