tutorial ?

Hello,

I would like a good tutorial, book or/and website, on how to manage our comments on a program.

Thank you .
Hmm... what exactly are you looking for? Are you asking for standards in documenting your code?
yes, exactly ...
Last edited on
for example i have seen
http://www.edparrish.com/common/javadoc.html

but i would like to suggest me and other sources or good sources or sources that you have probably studied, please .
you dont need a tutorial, only comment sections of your code that may be difficult for other programmers to understand, and make sure you use descriptive variable and function names as this will reduce the need for comments.
There's a tutorial with this site, you can get to it via the homepage of this site through the documentation section. It's in an online and pdf format.
If your'e in a company, they probably already have standards for such things.
Last edited on
Topic archived. No new replies allowed.