Please recommend citations for source code documentation standards
Posted
by
Aerik
on Programmers
See other posts from Programmers
or by Aerik
Published on 2011-11-17T17:30:49Z
Indexed on
2011/11/17
18:07 UTC
Read the original article
Hit count: 717
I'm trying to convince another group in my company that they need to provide more documentation in their source code (they want to hand off the code to my group) but they're treating it as a "nice to have". In my view, it's a necessity.
I've run a source code analysis tool and it's showing about 10% comment lines - but looking at the source code, most of that is coming from entire functions that the author has commented out.
Can anyone provide some authoritative citations / references for documentation / comment standards for source code? (In case it matters, we're a C# house, with a little Matlab thrown in).
© Programmers or respective owner