try/catch clauses should contain as little code as possible
To avoid catching unrelated errors, which can mask other issues in the code and make debugging more difficult
Showing
Please register or sign in to comment
To avoid catching unrelated errors, which can mask other issues in the code and make debugging more difficult