dgs!
Member³
I have been asked to better document my code whenever a revision has been made. In the past, I have always included detailed information in the heading of the program outlining each change, and then checked the revision into SVN. My thought being, if you want to see whats changed, DIFF the Current version with the previous version.
I'm not a big fan of 'junking up' programs with comments that date each and every change. Over time, these comments become meaningless and just junk up the code. Do I really care that Johnny changed line 456 back in 2010? How is that helpful? It's ancient history, who cares?!?
That being said, does anyone have a cool, concise way to document changes that makes them easy to find and doesn't junk up the code?
I'm not a big fan of 'junking up' programs with comments that date each and every change. Over time, these comments become meaningless and just junk up the code. Do I really care that Johnny changed line 456 back in 2010? How is that helpful? It's ancient history, who cares?!?
That being said, does anyone have a cool, concise way to document changes that makes them easy to find and doesn't junk up the code?