You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few Promise libraries you should check out are Q, Bluebird, or the built-in Promises if you're using ES6.
I got a comment from a senior engineer to use Bluebird to resolve this issue. https://github.com/petkaantonov/bluebird
Expected behavior
Clean the codes from callback hell.
I am studying the solution.
Actual behavior
There are some nested callbacks in server-side codes. According to my study, it is called callback hell. I have to resolve it
Steps to reproduce
N/A
Version of the project
1.0
Operating system
All
Hardware
All
The text was updated successfully, but these errors were encountered: