minor revision by the author
This commit is contained in:
parent
7eb98f7425
commit
d9383b4772
14
pep-0350.txt
14
pep-0350.txt
|
@ -7,7 +7,7 @@ Status: Draft
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 27-Jun-2005
|
Created: 27-Jun-2005
|
||||||
Post-History: 10-Aug-2005
|
Post-History: 10-Aug-2005, 26-Sep-2005
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
@ -20,11 +20,11 @@ making Python code more uniform across projects. Codetags also
|
||||||
represent a very lightweight programming micro-paradigm and become
|
represent a very lightweight programming micro-paradigm and become
|
||||||
useful for project management, documentation, change tracking, and
|
useful for project management, documentation, change tracking, and
|
||||||
project health monitoring. This is submitted as a PEP because its
|
project health monitoring. This is submitted as a PEP because its
|
||||||
ideas are Pythonic, although the concepts are not unique to Python
|
ideas are thought to be Pythonic, although the concepts are not unique
|
||||||
programming. Herein are the definition of codetags, the philosophy
|
to Python programming. Herein are the definition of codetags, the
|
||||||
behind them, a motivation for standardized conventions, some examples,
|
philosophy behind them, a motivation for standardized conventions,
|
||||||
a specification, a toolset description, and possible objections to the
|
some examples, a specification, a toolset description, and possible
|
||||||
Codetag project/paradigm.
|
objections to the Codetag project/paradigm.
|
||||||
|
|
||||||
This PEP is also living as a wiki_ for people to add comments.
|
This PEP is also living as a wiki_ for people to add comments.
|
||||||
|
|
||||||
|
@ -270,7 +270,7 @@ The codetags of interest are listed below, using the following format:
|
||||||
``SEE (REF, REFERENCE)``
|
``SEE (REF, REFERENCE)``
|
||||||
*See*: Pointers to other code, web link, etc.
|
*See*: Pointers to other code, web link, etc.
|
||||||
|
|
||||||
``DOCDO (TODOC, DODOC, NEEDSDOC, EXPLAIN, DOCUMENT)``
|
``TODOC (DOCDO, DODOC, NEEDSDOC, EXPLAIN, DOCUMENT)``
|
||||||
*Needs Documentation*: Areas of code that still need to be
|
*Needs Documentation*: Areas of code that still need to be
|
||||||
documented.
|
documented.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue