Opposite experience with streamline. We use the tool everyday and we'll never 
go back to callbacks. It probably has to do with the fact that libraries only 
solve a small part of the problem while a language tool can do a lot more: 
restore chaining, composition, operators, this, exception handling, etc. It 
lets you write things like:
If (f1(_).p1 < f2(_).p2) return f3(_).f4();
Libraries don't help much with that kind of simple logic.

-- 
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to