We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14414ac commit 21790e9Copy full SHA for 21790e9
chapter04_factory/readme.md
@@ -24,6 +24,11 @@ Rhino.
24
25
For instance the `PizzaIngredientFactory` abstract class defines an interface for a family of products.
26
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
32
## Running the code
33
34
```bash
0 commit comments