Logo

Programming-Idioms

History of Idiom 123 > diff from v28 to v29

Edit summary for version 29 by programming-idioms.org:
+keywords debug testing test

Version 28

2020-12-02, 09:50:49

Version 29

2020-12-30, 10:18:55

Idiom #123 Assert condition

Verify that predicate isConsistent returns true, otherwise report assertion violation.
Explain if the assertion is executed even in production environment or not.

Idiom #123 Assert condition

Verify that predicate isConsistent returns true, otherwise report assertion violation.
Explain if the assertion is executed even in production environment or not.

Variables
isConsistent
Variables
isConsistent
Extra Keywords
debug testing test