Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I get what you're saying, and yes, async/await is much better. But the entire reason it has to exist (and be used everywhere) is because javascript's default async behavior gets in the way so often. The irony is that when I do want some sort of async behavior, I often have to reach for something like bluebird anyway because I want better control over the Promises. So either I'm circumventing JS's default behavior by using async/await, or using a library that makes promises manageable. Almost never is it preferable to me to use JS's standard plain async behavior.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: