Give me some of your thoughts on which is a better coding practice/makes more efficient code/looks prettier/whatever: Increasing and improving your ability to use if statem
My 2p: Using try/catch is best:
In my experience, using if-conditional-logic makes it more difficult to distinguish error handling from business logic.