From 639fc31d637fa780aeacf456c710c308c70f8f9d Mon Sep 17 00:00:00 2001 From: "Lucio M. Tato" Date: Thu, 22 Aug 2013 22:30:07 -0300 Subject: [PATCH 1/8] Update index.html --- index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/index.html b/index.html index 25699e1..6ec3fb2 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) From 872a84fa62077ea517450584f487753496a936ff Mon Sep 17 00:00:00 2001 From: "Lucio M. Tato" Date: Thu, 22 Aug 2013 22:32:32 -0300 Subject: [PATCH 2/8] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6ec3fb2..2c36967 100644 --- a/index.html +++ b/index.html @@ -166,8 +166,8 @@ 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 From 20b78dfc13b3eda11ef3543edc615cda75b73598 Mon Sep 17 00:00:00 2001 From: "Lucio M. Tato" Date: Thu, 22 Aug 2013 22:37:50 -0300 Subject: [PATCH 6/8] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8e5cf3c..b17189e 100644 --- a/index.html +++ b/index.html @@ -167,8 +167,8 @@ ### Some Libraries in github to manage/avoid callback hell - *async - *wait.for + * async + * wait.for
  • Fibers
  • future-JS
  • flow-js
  • From fc2800c35ca6355cc346403ba9bb213db673b4da Mon Sep 17 00:00:00 2001 From: "Lucio M. Tato" Date: Thu, 22 Aug 2013 22:38:32 -0300 Subject: [PATCH 7/8] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b17189e..8068cbe 100644 --- a/index.html +++ b/index.html @@ -167,7 +167,7 @@ ### Some Libraries in github to manage/avoid callback hell - * async + * async * wait.for
  • Fibers
  • future-JS
  • From 05b7dfa2c609be98a4b2ef281b95770e3891833f Mon Sep 17 00:00:00 2001 From: "Lucio M. Tato" Date: Thu, 22 Aug 2013 22:39:05 -0300 Subject: [PATCH 8/8] Update index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 8068cbe..5c24e22 100644 --- a/index.html +++ b/index.html @@ -166,9 +166,9 @@ 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 - - * async - * wait.for +