from Hacker News

Is there a better way to work with promises and callback?

by emersonbroga on 6/30/15, 12:21 AM with 0 comments

some examples: https://gist.github.com/emersonbroga/1fc25bce61dd0035990a

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