Skip to content

Commit

Permalink
updated pattern list
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanxshi committed Dec 19, 2011
1 parent fa85c3e commit 47d25bb
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,30 @@ Common JS Patterns based on the ideas of Stoyan Stefanov and many others.
##Design Patterns

###Creational
Abstract factory
Builder (added)
Factory method (added)
Prototype
Singleton (added)
Abstract factory<br />
Builder (added)<br />
Factory method (added)<br />
Prototype<br />
Singleton (added)<br />

###Structural
Adapter
Bridge
Composite
Decorator (added)
Facade (added)
Flyweight
Adapter <br />
Bridge<br />
Composite<br />
Decorator (added)<br />
Facade (added)<br />
Flyweight<br />
Proxy (added)

###Behavioral
Chain of responsibility (added)
Command (added)
Interpreter
Iterator (added)
Mediator (added)
Memento
Observer (added)
State
Strategy (added)
Template method
Chain of responsibility (added)<br />
Command (added)<br />
Interpreter<br />
Iterator (added)<br />
Mediator (added)<br />
Memento<br />
Observer (added)<br />
State<br />
Strategy (added)<br />
Template method<br />
Visitor

0 comments on commit 47d25bb

Please sign in to comment.