Hacker News new | ask | show | jobs
by falafel 3080 days ago
Callback hell? What is this 2010? Callback hell is a non-issue in modern JS code with promises, and async/await.
1 comments

Promises don't eliminate callback hell any more than objects eliminate their underlying data structures.