example Whining about callback hell Whining about Javascript Whining about other languages that can do all this stuff that Node.js nerds think is so cool My Favorite Modules Promises Scraping & Proxies Node for non-Node Hosting !
function in the composition chain can throw an exception, which then bypasses all further compositional layers until it comes into the hands of someone who can handle it with a catch. Domenic Denicola “You're Missing the Point of Promises” Promises
POST /articles.:format? show GET /articles/:article.:format? edit GET /articles/:article/edit.:format? update PUT /articles/:article.:format? destroy DELETE /articles/:article.:format? ! article_comments: index GET /articles/:article/comments.:format? new GET /articles/:article/comments/new.:format? … etc github.com/tpeden/express-resource-new