On Mon, May 28, 2012 at 9:26 AM, babibu <wagener.bast...@googlemail.com> wrote:
> Why do you recommend using no flow control library?

Because it's no rocket-science what libraries like async provide. They
are very helpful in the beginning, to get used to the async
programming style. But once you know how it works, you can just drop
the async-helper-library from your dependencies and deal for yourself
with all those callbacks with ease. Practice, well-known patterns and
modularization are the keys.

Fibers and promises are another story. They introduce new language
constructs to JavaScript. And if you need/want the functionality of
those constructs, you either have to extend 'normal' JavaScript for
yourself or you use one of the many libraries.

- o

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to