A NOT macro for negative conditions – codereview.stackexchange.com

Motivation I typically try to avoid using ! in if-statements, because (to me) it seems easy to overlook. So, I'll usually just spell it out instead, ex: if (done == false) instead of if (!done). ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "A NOT macro for negative conditions – codereview.stackexchange.com"