Y
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
catnaroek
3080 days ago
Promises don't eliminate callback hell any more than objects eliminate their underlying data structures.
link