>
> Though, as someone very familiar with the pitfalls of Javascript, and very 
> unfamiliar with streamline, I'd have to look at the generated code to 
> assure myself that's actually doing what I think I want it to, as I could 
> imagine many ways in which that code could be converted to raw asynchronous 
> code incorrectly (I'll assume for now it's smart enough and does it right ; 
> ).
>
>
Streamline is like CoffeeScript, it is a preprocessor.

People who use streamline, like people who use CoffeeScript, don't look at 
the generated code (at least our engineers don't), they trust the 
preprocessor. And you have to balance the odds of hitting a compiler bug vs 
the odds of making a mistake by crafting the callbacks by hand: omitting a 
callback, calling a callback twice, etc. From my experience the compiler is 
much more reliable.

Bruno

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/9527b2b1-ca8d-4b93-a380-25dae0723f7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to