|
[RANT]
Regular readers here are familar with GM's opinion on excessive whitespace in program code.
Here is mine:
Defines belong in the "include file" (*.h) ;
Code belongs in the "implementation file" (*.c) ;
That recommended practice is unknown to the folks at lab126.
[/RANT]
And to think, somebody actually paid those people to write this stuff.
Last edited by knc1; 10-04-2012 at 01:12 PM.
|