We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27600e8 commit 492bbc6Copy full SHA for 492bbc6
1 file changed
README.md
@@ -56,6 +56,11 @@ __Behavioral Patterns__:
56
| [template](behavioral/template.py) | an object imposes a structure but takes pluggable components |
57
| [visitor](behavioral/visitor.py) | invoke a callback for all items of a collection |
58
59
+__Fundamental Patterns__:
60
+
61
+| Pattern | Description |
62
+|:-------:| ----------- |
63
+| [delegation_pattern](fundamental/delegation_pattern.py) | an object handles a request by delegating to a second object (the delegate) |
64
65
__Others__:
66
0 commit comments