File tree Expand file tree Collapse file tree 2 files changed +0
-106
lines changed Expand file tree Collapse file tree 2 files changed +0
-106
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ Current Patterns:
30
30
| [ mediator] ( mediator.py ) | an object that knows how to connect other objects and act as a proxy |
31
31
| [ memento] ( memento.py ) | generate an opaque token that can be used to go back to a previous state |
32
32
| [ mvc] ( mvc.py ) | model<->view<->controller (non-strict relationships) |
33
- | [ null] ( null.py ) | (no clear use in modern Python) |
34
33
| [ observer] ( observer.py ) | provide a callback for notification of events/changes to data |
35
34
| [ pool] ( pool.py ) | preinstantiate and maintain a group of instances of the same type |
36
35
| [ prototype] ( prototype.py ) | use a factory and clones of a prototype for new instances (if instantiation is expensive) |
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments