Motivated by questions like:
- Which is a better way of writing callbacks? <http://stackoverflow.com/questions/13965174/which-is-a-better-way-of-writing-callbacks> - What is the suggested callback style for Node.js? <http://stackoverflow.com/questions/7116722/what-is-the-suggested-callback-style-for-node-js-libraries> I figured Node's main callback style might need a spec, so I attempted to write one: Continuation-Passing Style 1 <https://github.com/morris/cps1>. I think there are only a few exceptions in Node that don't conform, like http.request. Looking forward to discussing it! -- 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/00144721-af70-4839-9fb6-973838b701f5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
