11
drewbie
4y

I just want to throw out there for Javascript developers, async and await are the two best things to ever happen to promises.

Comments
  • 3
    It really is. Well, after observables. Make sure to buy Erik Meijer a coffee as thanks
  • 2
    Even just visually it cleans thing up so nicely.
  • 1
    Promises are some of the worst shit ever introduced to JavaScript. For some reason, the syntax just drives me insane. But async/await... THAT I like. Gonna be real nice when you can use await without being in an async block too (proposed for the next ECMAScript version IIRC).
Add Comment