| Issue 6: | Documentation | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Documentation C++: Use Doxygen to document the interfaces. Java: Use javadoc to document the interfaces. Python: Use pydoc to document the interfaces. The above documentation only needs to be generated from Collatz.[h | 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.
Sep 6, 2011
Project Member
#1
meff.jey...@gmail.com
Status:
New
Sep 7, 2011
Finished
Status:
Done
|