Hacker News new | ask | show | jobs
by names_are_hard 1983 days ago
If you dislike promises, what do you prefer? Callbacks? Why?
1 comments

Because it's a lot clearer what gets run in what order.
How? It's about the same if you have one callback maybe, but as soon as you have a callback within a callback - or worse, want to do something involving the results of more than one callback - I just can't see it. What's the advantage of what's often referred to as "callback hell" for you?