I'm disappointed by the Category.assert() function.

It was my belief that when an assert breaks that means that the conditions
for the safe continuation of the program execution are not meet and it is
better to halt the program right away before running into big troubles.

Category.assert() obviously doesn't live by the same interpretation because
it never tries to halt the faulty program in any way, shape or form.
For me Category.assert() is just a way to log at ERROR level, not even at
FATAL level as one could at least expect !

I'm just asking if it is intentional and if yes why so ?


Tanks
ZC


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to