Home
Random
Log in
Settings
Donate
About Wikiversity
Disclaimers
Search
Software Design/Avoid double negation in boolean expressions
Language
Watch
Edit
<
Software Design
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
?