I’m used to having try/catch blocks in every method. The reason for this is so that I can catch every exception at the point of infraction and log it. I understand, from my
You can see everything at stack trace - no need to try/catch every method.
Stick to few rules: