Hacker News new | ask | show | jobs
by jbrechtel 4666 days ago
One benefit to something like async/await is letting you get on with other stuff without having to murk up your code with callbacks/delegates which read more like GOTOs than async/await.