Another one (I'll try not to dribble these in one per message):

Don't comment out code that should be removed temporarily, or that seems to
be harmful (but where you don't yet understand why disabling the code cures
a bug).  Use #if 0 and comment why you're temporarily disabling the code.
Consider strongly just removing dead or zombie code in any such case.  CVS
remembers all -- there's no need to pile up deadwood.

/be

Reply via email to