I\'m inclined to write if statements by using logical negation operator:
if (!p) some_code();
Some people around me tend to use explicit co
To contrast @Erik's answer I would say use ! for readability. If you find you are overlooking it then get your eyes tested. What's next? Avoid 1, use 3 - 2 instead?
!