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 21790e9 commit 665da9dCopy full SHA for 665da9d
chapter04_factory/readme.md
@@ -24,7 +24,7 @@ Rhino.
24
25
For instance the `PizzaIngredientFactory` abstract class defines an interface for a family of products.
26
27
-** Builder **
+**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.
0 commit comments