[Python-Dev] PEP 350: Codetags
Neil Schemenauer
nas at arctrix.com
Tue Sep 27 00:24:17 CEST 2005
Micah Elliott <mde at micah.elliott.name> wrote:
> ``FIXME (XXX, DEBUG, BROKEN, REFACTOR, REFACT, RFCTR, OOPS, SMELL, NEEDSWORK, INSPECT)``
> *Fix me*: Areas of problematic or ugly code needing refactoring or
> cleanup.
I think the standard should not have codetags that are synonyms.
This is Python and there should be only one way to do it. One
problem with synonyms is that they makes it harder to search using
tools like grep.
Neil
More information about the Python-Dev
mailing list