DEV Community

Discussion on: Better error handling with async/await

Collapse
 
ar2pi profile image
Arthur Picerna

Yes that is a pretty common pattern anyone making use of async / await should know about. There are also some performance caveats to using the alternative try / catch everywhere, it's not just about code readability.