AFAIK Try/catch indeed slows a bit the execution (@Dan.Pasco is it true?)
And try/catch shouldn’t be presented in every method - it could be somewhere on top and in the places where you need to catch errors.
I like your answer but for better understanding it deserves a sample code to see how do you manage error scenarios.
we really lack of good templates for beginners on how to better handle errors in serious project.
- Log in to post comments

