#4 took you more time to write than it will ever save everyone who reads this. C instead of commit.
OK, it’s just a command line, not code, but if it leads to people continuing to do this crap in code it does harm. The bad habit of
int NumGrads;
in place of
int GraduateCount;
lingers from the old days (e.g. Fortran, early C compilers, 80 column text monitors) and is a terrible habit.