Skip to content

Commit 21790e9

Browse files
authored
doc: builder pattern 👷🏻‍♀️
keep on building
1 parent 14414ac commit 21790e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

chapter04_factory/readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Rhino.
2424
2525
For instance the `PizzaIngredientFactory` abstract class defines an interface for a family of products.
2626

27+
** Builder **
28+
29+
When the object creation gets more complex with a number of distinct steps then the Builder pattern comes in,
30+
esseantially using a Template method to put all of the creation steps together.
31+
2732
## Running the code
2833

2934
```bash

0 commit comments

Comments
 (0)