why no block comments in Python?

Roy Smith roy at panix.com
Wed Mar 8 14:50:03 EST 2006


Warby <Mark.Warburton at gmail.com> wrote:
>Eliminating block comments eliminates uncertainty.  :)

An even better way to eliminate uncertainty is to eliminate the code.
Commenting out is fine for a quick test during development.  Once the
code is committed, the dead code should be eliminated completely.




More information about the Python-list mailing list