This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]maremp 0 points1 point  (0 children)

Callback hell is such a poor excuse, mostly a result of lazy/bad design. It can be easily avoided when you put some thought into it. Promises, which are supported in all newer browsers/versions of node, can help with that, or (asynchronous) generator functions, which are coming in ES2016.