> I try to only use ! for pointers only. I also explicitly avoid using
> != NULL with pointers.
>
> For everything else, including null-terminators I expand the check.
For boolean variables (with bool or int type) is also a good choice, because
makes clear the usage of them.
--
Roberto E. Vargas Caballero
Received on Thu Mar 06 2014 - 16:32:14 CET