On Oct 6, 2009, at 2:31 PM, [email protected] wrote:
2009/10/6 Donald Woods <[email protected]>
Guess it depends on the method you prefer and if you want to use
the Java
exception breakpoints in Eclipse to automatically suspend on a
subset of the
exceptions. I've always felt that asserts were a hold over from C
and
shouldn't be used in Java.
-Donald
I wonder whether anyone has any success stories of using assertions
in Java?
I don't recall seeing them used regularly...
Actual assert, maybe not. However, I see the assert pattern used in
many projects.
Regards,
Alan