| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,7 +26,6 @@ Current Patterns: | |||
| 26 | 26 | | [factory_method](factory_method.py) | delegate a specialized function/method to create instances | | |
| 27 | 27 | | [flyweight](flyweight.py) | transparently reuse existing instances of objects with similar/identical state | | |
| 28 | 28 | | [graph_search](graph_search.py) | (graphing algorithms, not design patterns) | | |
| 29 | - | [iterator](iterator.py) | structure repeated, identical calls as a generator | | ||
| 30 | 29 | | [mediator](mediator.py) | an object that knows how to connect other objects and act as a proxy | | |
| 31 | 30 | | [memento](memento.py) | generate an opaque token that can be used to go back to a previous state | | |
| 32 | 31 | | [mvc](mvc.py) | model<->view<->controller (non-strict relationships) | | |
| Back | FazBrowse Home | New Git URL |
0 commit comments