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 8225e25 commit 295c36cCopy full SHA for 295c36c
README.md
@@ -26,7 +26,6 @@ Current Patterns:
26
|[factory_method](factory_method.py)| delegate a specialized function/method to create instances |
27
|[flyweight](flyweight.py)| transparently reuse existing instances of objects with similar/identical state |
28
|[graph_search](graph_search.py)| (graphing algorithms, not design patterns) |
29
-|[iterator](iterator.py)| structure repeated, identical calls as a generator |
30
|[mediator](mediator.py)| an object that knows how to connect other objects and act as a proxy |
31
|[memento](memento.py)| generate an opaque token that can be used to go back to a previous state |
32
|[mvc](mvc.py)| model<->view<->controller (non-strict relationships) |
0 commit comments