| Issue 6: | Documentation | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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 Primes.[h | java | py]. 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 12, 2010
Project Member
#1
hassaanm...@gmail.com
Status:
Fixed
|