Hacker News new | ask | show | jobs
by Deestan 4675 days ago
> Some people simply love to nest callbacks... Anytime I see that it drives me crazy....

This is the correct reaction to heavily nested callbacks.

https://github.com/caolan/async provides several excellent functions to make readable code instead of callback soup.