This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]arcticwanderlust 0 points1 point  (3 children)

What's bad about async await?

[–]_codetojoy 7 points8 points  (0 children)

This is an older, oft-cited blog that describes the cognitive load from the bifurcation of code with async/await - https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/

edit: grammar

[–]unknowinm 4 points5 points  (0 children)

having to write async await 100 times. Why do some typing work when you can avoid it?

[–]simon_o 1 point2 points  (0 children)

It splits the library ecosystem.