Francois
Member since Jan 28, 2015
- Profile: /members/12514-francois.htm
- Comments: 1
Recent Blog Comments By Francois
-
Exploring Asynchronous Promise-Based Workflows In AngularJS
Posted on Jan 28, 2015 at 11:02 AM
The node community doesn't use callback hell. Rather, node style callbacks (err then value) are a low level construct that stay unopinionated and can be built upon. Both Q and bluebird can convert those into promises. Now that io.js ships with both promises and generators you can also start using th... read more »