> They're catchable, but you're not supposed to catch them without a really > good reason.
Interesting! Does this mean - to stay with `DivByZeroDefect` \- that I should always test for the denominator to be not zero _[before](https://forum.nim-lang.org/postActivity.xml#before) I do the division instead of using `try`... `except`?