Logo

Programming-Idioms

History of Idiom 123 > diff from v29 to v30

Edit summary for version 30 by programming-idioms.org:
Linked to idiom #253 [Print stack trace]

Version 29

2020-12-30, 10:18:55

Version 30

2020-12-30, 10:24:46

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
Extra Keywords
debug testing test