Labels

etc (1)

Tuesday, January 5, 2010

Java documentation comment

Do you write Java documentation comment (Javadoc)?

I respect Javadoc comment.  Without Javadoc comment, I cannot recognize the code even if I wrote.  Without this, I have to guess the behavior of the methods and classes.

Having a guess is dangarous.  If it is wrong, I will lose my way.  And it makes bugs.

Write Javadoc comment simply!

No comments:

Post a Comment