things people should stop doing
Aug. 14th, 2009 09:09 pmif (constant == variable)
if (pointer != 0)
if (pointer != NULL)
if (boolean == true)
}
else {
fprintf(stdout, ...);
printf("%s", variable);
printf("string with no substitutions");
printf("\n"); // or any other single character