Skip to content

Commit e27509a

Browse files
committed
Update README.md
1 parent f61504c commit e27509a

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

README.md

+20-16
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,37 @@ python-patterns
33

44
A collection of design patterns implemented (by other people) in python.
55

6+
When an implementation is added or modified, be sure to update this file and
7+
rerun `append_output.sh` to keep the output comments at the bottom up to date.
8+
69
Current Patterns:
710

811
* 3-tier
12+
* abstract_factory
13+
* adapter
14+
* borg
15+
* bridge
16+
* builder
17+
* catalog
18+
* chain
19+
* command
920
* composite
10-
* mvc
1121
* decorator
12-
* null
1322
* facade
14-
* observer
15-
* abstract_factory
1623
* factory_method
17-
* pool
18-
* adapter
1924
* flyweight
25+
* graph_search
26+
* iterator
27+
* mediator
28+
* memento
29+
* mvc
30+
* null
31+
* observer
32+
* pool
2033
* prototype
21-
* borg
2234
* proxy
23-
* bridge
24-
* graph_search
35+
* publish_subscribe
2536
* state
26-
* builder
27-
* iterator
2837
* strategy
29-
* chain
30-
* mediator
3138
* template
32-
* command
33-
* memento
3439
* visitor
35-
* publish_subscribe

0 commit comments

Comments
 (0)