Hacker News new | ask | show | jobs
by BerislavLopac 573 days ago
> Async is syntactic sugar that can be reduced to sync code with callbacks

The whole point of introducing async was to get away from callback hell.

1 comments

Yeah, I’m not saying that callbacks are good, I’m saying that async is a veneer over callbacks.