Hacker News new | ask | show | jobs
Is there a better way to work with promises and callback?
3 points by emersonbroga 4011 days ago
some examples: https://gist.github.com/emersonbroga/1fc25bce61dd0035990a

people say to avoid callback hell, using promises but it feels the same hell.