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 ff0af80 commit 73d3505Copy full SHA for 73d3505
README.md
@@ -15,6 +15,7 @@ I have added examples of pattern usage in the Python standard library and pypi -
15
- [ ] [Factory Method](chapter04_factory)
16
- [ ] [Simple Factory](chapter04_factory)
17
- [x] [Abstract Factory](chapter04_factory)
18
+- [ ] [Builder](chapter04_factory#builder-%EF%B8%8F%EF%B8%8F) _(Bonus Pattern)_
19
- [x] [Singleton](chapter05_singleton)
20
- [x] [Command](chapter06_command)
21
- [x] [Adapter](chapter07_adapter_facade)
0 commit comments