As a best practice you should always have the minimum code in your try block. if you aren’t going to be using the exception catching then why bother with it in the first place.
↧
As a best practice you should always have the minimum code in your try block. if you aren’t going to be using the exception catching then why bother with it in the first place.