DEV Community

Discussion on: Async/Await vs Promise.then Style

Collapse
 
psiho profile image
Mirko Vukušić

Nice article. Thx for sharing your thoughts. Im one of those not really digging async/await. I still prefer then/catch. I'll agree async/await is cleaner only till first try/catch (not even till second nested one). So I just reached the point where I want to find a way for my IDE to stop suggesting me to convert to async/await