|
|
|
|
|
by cleaver
4562 days ago
|
|
Unfortunately, "Don't do X" is better click bait than "You should think carefully when you want to do X". There will be cases where you want to do "catch {}" — you don't always have control over the exceptions thrown by a lower-level library. It might be good to create a standard where you log them conditionally, or something that could aid in troubleshooting. |
|