883 Views
If you’ve done much node.js programming, you’ve almost certainly seen, and written code like that above. If you’ve read much about node.js programming, you’ve almost certainly read at least a dozen articles about how to avoid or mitigate “callback hell”, using Promises, generators, streams, EventEmitters, fibers, Futures, etc. The most popular approach so far, looks to be Promises.
0 comments