diff --git a/index.html b/index.html index 25699e1..5c24e22 100644 --- a/index.html +++ b/index.html @@ -165,6 +165,22 @@ There are lots of module patterns for [web browser](http://www.adequatelygood.com/2010/3/JavaScript-Module-Pattern-In-Depth) and [on the server](http://nodejs.org/api/modules.html). Some of them get very complicated. The ones shown here are what I consider to be the simplest to understand. + ### Some Libraries in github to manage/avoid callback hell +
+ ### Additional reading - [A pattern for decoupling DOM events from @dkastner](https://gist.github.com/3392235)