Hacker News new | ask | show | jobs
by meirelles 3314 days ago
Me too. For the sake of sanity we should stick with async / await and forget the time we had to choose from dozens of different ways of doing async code (most of time requiring tedious wrappers).

Lets the winner takes it all.

1 comments

async/await doesn't change the fact that we have two types of functions, async and sync.