Skip to content

Commit

Permalink
removed iterator from the index
Browse files Browse the repository at this point in the history
  • Loading branch information
faif committed Sep 6, 2014
1 parent 8225e25 commit 295c36c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Current Patterns:
| [factory_method](factory_method.py) | delegate a specialized function/method to create instances |
| [flyweight](flyweight.py) | transparently reuse existing instances of objects with similar/identical state |
| [graph_search](graph_search.py) | (graphing algorithms, not design patterns) |
| [iterator](iterator.py) | structure repeated, identical calls as a generator |
| [mediator](mediator.py) | an object that knows how to connect other objects and act as a proxy |
| [memento](memento.py) | generate an opaque token that can be used to go back to a previous state |
| [mvc](mvc.py) | model<->view<->controller (non-strict relationships) |
Expand Down

0 comments on commit 295c36c

Please sign in to comment.