File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010from its actual representation (generally for abstraction).
1111
1212*What does this example do?
13- This particular example uses a director function to abtract the
13+ This particular example uses a director function to abstract the
1414construction of a building. The user specifies a Builder (House or
15- Flat) and the director specifies the methods in the order necessary
16- creating a different building depending on the specified
17- specification (through the Builder class).
15+ Flat) and the director specifies the methods in the order necessary,
16+ creating a different building depending on the specification
17+ (from the Builder class).
1818
1919@author: Diogenes Augusto Fernandes Herminio <diofeher@gmail.com>
2020https://gist.github.com/420905#file_builder_python.py
You can’t perform that action at this time.
0 commit comments