DEV Community

Discussion on: Say goodbye Trycatch Hell

Collapse
 
cyrstron profile image
cyrstron

Not sure about golang, but you don't need this many try/catch in JS. Just handle an error only where you need to handle it. Otherwise let it go to a concerned parent.