DEV Community

Discussion on: Why async code is so damn confusing (and a how to make it easy)

Collapse
 
joelnet profile image
JavaScript Joel

Haha that's interesting! That was actually the main reason I disliked async/await, I had to wrap everything in a try/catch.

Guess it all depends on what your preferences are.