Click here to Skip to main content
15,914,014 members

Survey Results

Do you use C# style XML comments when programming?   [Edit]

Survey period: 9 May 2005 to 15 May 2005

XML comments make documentation easy and they don't have to be reserved for C# only. Regardless of your programming language, do you use XML comments? (suggested by Matthias Steinbart)

OptionVotes% 
I don't use C# and don't use XML comments at all41032.83
I use C# and don't use them at all20916.73
I only provide summaries15512.41
I provide summaries, return values and parameters37029.62
I provide everything including fully formatted remarks, examples and exception tags.1058.41



 
GeneralRe: No Pin
Jim A. Johnson9-May-05 7:04
Jim A. Johnson9-May-05 7:04 
GeneralRe: No Pin
Shog99-May-05 10:43
sitebuilderShog99-May-05 10:43 
GeneralI provide summaries, return values and parameters ... Pin
Roland Bär8-May-05 21:49
Roland Bär8-May-05 21:49 
GeneralRe: I provide summaries, return values and parameters ... Pin
David Wulff9-May-05 3:16
David Wulff9-May-05 3:16 
GeneralRe: I provide summaries, return values and parameters ... Pin
Ray Cassick9-May-05 7:23
Ray Cassick9-May-05 7:23 
GeneralRe: I provide summaries, return values and parameters ... Pin
David Wulff9-May-05 7:29
David Wulff9-May-05 7:29 
GeneralRe: I provide summaries, return values and parameters ... Pin
Blake Miller10-May-05 4:16
Blake Miller10-May-05 4:16 
GeneralRe: I provide summaries, return values and parameters ... Pin
David Wulff10-May-05 5:26
David Wulff10-May-05 5:26 
The point of XML comments is not to comment your code - you'd just use normal comments were necessary for that - it's to describe it. People reading documentation generated by NDoc, etc, typically don't have the source code available to them to study any more than we have the .NET Framework code when we come to use its classes.




Die Freiheit spielt auf allen Geigen
GeneralRe: I provide summaries, return values and parameters ... Pin
Shog910-May-05 17:38
sitebuilderShog910-May-05 17:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.