Tagged Questions
13
votes
9answers
972 views
What Are Best Practices For Documenting C# code with XML comments?
I'm going through some new code I just wrote and adding NDoc sytle comments to my classes and methods. I'm hoping to generate a pretty good MSDN style document for reference.
In general, what are ...
3
votes
14answers
1k views
Code documentation: How much is too much?
How much code documentation in your .NET source is too much?
Some background: I inherited a large codebase that I've talked about in some of the other questions I've posted here on SO. One of the ...