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
|
||||
Content-Type: text/x-rst
|
||||
Created: 27-Jun-2005
|
||||
Post-History: 10-Aug-2005
|
||||
Post-History: 10-Aug-2005, 26-Sep-2005
|
||||
|
||||
|
||||
Abstract
|
||||
|
@ -20,11 +20,11 @@ making Python code more uniform across projects. Codetags also
|
|||
represent a very lightweight programming micro-paradigm and become
|
||||
useful for project management, documentation, change tracking, and
|
||||
project health monitoring. This is submitted as a PEP because its
|
||||
ideas are Pythonic, although the concepts are not unique to Python
|
||||
programming. Herein are the definition of codetags, the philosophy
|
||||
behind them, a motivation for standardized conventions, some examples,
|
||||
a specification, a toolset description, and possible objections to the
|
||||
Codetag project/paradigm.
|
||||
ideas are thought to be Pythonic, although the concepts are not unique
|
||||
to Python programming. Herein are the definition of codetags, the
|
||||
philosophy behind them, a motivation for standardized conventions,
|
||||
some examples, a specification, a toolset description, and possible
|
||||
objections to the Codetag project/paradigm.
|
||||
|
||||
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*: 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
|
||||
documented.
|
||||
|
||||
|
|
Loading…
Reference in New Issue