What's the word on using """ to comment-out?

Michael Rudolf spamfresser at ch3ka.de
Fri Feb 26 06:47:33 EST 2010


Am 25.02.2010 17:39, schrieb Grant Edwards:
> IMO, any sort of "commented out" code left in a program is a
> big mistake.  If the code is soething that does need to stay
> for optional use, then it needs to be properly integrated along
> with logic to control when it's used.

OK, then we are perfectly fine and of course for personal use everyone 
can "comment out" code as they wish.

I'd just hate to see something like "if False" in production level code.



More information about the Python-list mailing list