Dev notes you can use
Just some common code snippets I find I have to reference.
Yes, this is a basic. Visualizing as code can help mentally work out confusing negations, though.
!(a && b) == !a || !b