Skip to content

Commit 492bbc6

Browse files
committed
Add Fundamental Patterns section
1 parent 27600e8 commit 492bbc6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ __Behavioral Patterns__:
5656
| [template](behavioral/template.py) | an object imposes a structure but takes pluggable components |
5757
| [visitor](behavioral/visitor.py) | invoke a callback for all items of a collection |
5858

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) |
5964

6065
__Others__:
6166

0 commit comments

Comments
 (0)