6 ms·
Callback hell? What is this 2010? Callback hell is a non-issue in modern JS code with promises, and async/await.
by falafel 9y ago
Callback hell? What is this 2010? Callback hell is a non-issue in modern JS code with promises, and async/await.
- catnaroek 9y agoPromises don't eliminate callback hell any more than objects eliminate their underlying data structures.