DEV Community

Discussion on: Explain Async/Await Like I'm Five

Collapse
 
avalander profile image
Avalander

After many discussions about it, I've come to the conclusion that people prefer async/await over promises because they don't want to do function composition and want to write synchronous imperative code.

Collapse
 
qm3ster profile image
Mihail Malo

There's a time and a place for everything.