DEV Community

Discussion on: Migrating from promise chains to async-await and escaping the try catch hell

Collapse
 
abel_soares profile image
Abel Soares

I don’t think this brings any advantage, if you handle errors equally, then just handle it in one try catch. If you handle errors differently, then your solution will have a if hell