We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60abab6 commit 19b94dcCopy full SHA for 19b94dc
1 file changed
README.md
@@ -40,3 +40,12 @@ Common JS Patterns based on the ideas of Stoyan Stefanov and many others.
40
* Configuration objects
41
* Returning functions
42
* Currying
43
+
44
+###Initialization patterns
45
+* Immediate functions
46
+* Immediate object initialization
47
+* Init-time branching
48
49
+###Performance patterns
50
+* Memoization
51
+* Self-defining functions
0 commit comments