2009-08-25, 01:50 PM
I've often heard, "If you need comments to explain what the code is doing, recode it." The coding should be self-evident so that other people can follow your source code and train of thought. If commenting might help a third party (such as commenting large blocks of code with "//Initializes administrator commands"), then do it.
