Software Design/Avoid double negation in boolean expressions
Appearance
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
?