Skip to content

Commit 4bdcfb2

Browse files
committed
edited readme
1 parent f97ef72 commit 4bdcfb2

File tree

1 file changed

+1
-48
lines changed

1 file changed

+1
-48
lines changed

README.md

+1-48
Original file line numberDiff line numberDiff line change
@@ -2,52 +2,5 @@
22

33
<img src="http://shichuan.github.com/javascript-patterns/img/js-patterns.png" alt="JS Patterns" title="JS Patterns" />
44
<br />
5-
Common JS Patterns based on the ideas of Stoyan Stefanov, Paul Irish, John Resig, Mathias Bynens, Addy Osmani, Dustin Diaz and many others.
5+
Project page at: <a href="http://shichuan.github.com/javascript-patterns" target="_blank">http://shichuan.github.com/javascript-patterns</a>
66

7-
##Design Patterns
8-
9-
###Creational
10-
* Abstract factory
11-
* Builder (added)
12-
* Factory method (added)
13-
* Prototype
14-
* Singleton (added)
15-
16-
###Structural
17-
* Adapter
18-
* Bridge
19-
* Composite
20-
* Decorator (added)
21-
* Facade (added)
22-
* Flyweight
23-
* Proxy (added)
24-
25-
###Behavioral
26-
* Chain of responsibility (added)
27-
* Command (added)
28-
* Interpreter
29-
* Iterator (added)
30-
* Mediator (added)
31-
* Memento
32-
* Observer (added)
33-
* State
34-
* Strategy (added)
35-
* Template method
36-
* Visitor
37-
38-
##Function Patterns
39-
40-
###API patterns
41-
* Callback patterns
42-
* Configuration objects
43-
* Returning functions
44-
* Currying
45-
46-
###Initialization patterns
47-
* Immediate functions
48-
* Immediate object initialization
49-
* Init-time branching
50-
51-
###Performance patterns
52-
* Memoization
53-
* Self-defining functions

0 commit comments

Comments
 (0)