Jump to content

Software Design/Avoid double negation in boolean expressions

From Wikiversity

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?