File tree Expand file tree Collapse file tree 2 files changed +60
-317
lines changed Expand file tree Collapse file tree 2 files changed +60
-317
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ __Structural Patterns__:
28
28
| [ 3-tier] ( structural/3-tier.py ) | data<->business logic<->presentation separation (strict relationships) |
29
29
| [ adapter] ( structural/adapter.py ) | adapt one interface to another using a white-list |
30
30
| [ bridge] ( structural/bridge.py ) | a client-provider middleman to soften interface changes |
31
- | [ composite] ( structural/composite.py ) | encapsulate and provide access to a number of different objects |
31
+ | [ composite] ( structural/composite.py ) | lets clients treat individual objects and compositions uniformly |
32
32
| [ decorator] ( structural/decorator.py ) | wrap functionality with other functionality in order to affect outputs |
33
33
| [ facade] ( structural/facade.py ) | use one class as an API to a number of others |
34
34
| [ flyweight] ( structural/flyweight.py ) | transparently reuse existing instances of objects with similar/identical state |
You can’t perform that action at this time.
0 commit comments