07-28-2008, 02:33 AM
09-08-2008, 08:58 AM
I prefer to just comment my code.. I suppose if you're planning on releasing your code as an open source application, code documentation is much more important to show programmers how you did things so when they have their own ideas, they can quickly know how to add their own fixes.
But other than the above senerio, I don't believe code documentation is very necessary. As long as you use proper naming of files, a proper programming structure, and some decent comments, any small changes an off-site programmer may need to make can be figured out from that.
Hope this helped!
But other than the above senerio, I don't believe code documentation is very necessary. As long as you use proper naming of files, a proper programming structure, and some decent comments, any small changes an off-site programmer may need to make can be figured out from that.
Hope this helped!
11-20-2008, 07:35 PM
Thanks for the reply. I agree with what you are saying but I feel that sometimes, having the extra information might help sometime down the line when you do need to modify the code.
I guess the real question I should have asked is. Would you rather have more doc or less doc in the code?
I guess the real question I should have asked is. Would you rather have more doc or less doc in the code?
11-30-2009, 05:41 AM
Hi..
I have read your post and the information which you share regarding code documation...
Thanks for sharing the post..
I have read your post and the information which you share regarding code documation...
Thanks for sharing the post..