SnowSpider / cs373-wc

Create a Google App Engine (GAE) app with Python that emulates IMDB to track world crises.
1 stars 1 forks source link

Documentation #71

Open SnowSpider opened 12 years ago

SnowSpider commented 12 years ago

Use pydoc to document the interfaces. The above documentation only needs to be generated for *.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.