Software Design/Avoid double negation in boolean expressions

From Wikiversity
Jump to navigation Jump to search

Checklist questions:

  • Aren't there boolean variables with negativity embedded in them (such as notDone) that also appear in boolean expressions in the negated form, i. e. !notDone?