jromeem / cs373-wc

Summer 2012 - C S 373 Software Engineering: Project 3 - Phase 1
0 stars 0 forks source link

Documentation #7

Closed jromeem closed 12 years ago

jromeem commented 12 years ago

Use pydoc to document the interfaces. The above documentation only needs to be generated for WC1.py. Comment each function meaningfully. Use comments only if you need to explain the why of a particular implementation. Choose a coding convention and be consistent. Use good variable names. Write readable code with good indentation, blank lines, and blank spaces.

michaelpace commented 12 years ago

Pydoc conflicted with the GAE, so we didn't generate the documentation in time.