| Issue 6: | Documentation | |
| 1 person starred this issue and may be notified of changes. | Back to list |
From project outline: Java: Use javadoc to document the interfaces. Python: Use pydoc to document the interfaces. The above documentation only needs to be generated from Collatz.[java | 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. |
Labels: Deliverable