Click here to Skip to main content
16,010,114 members

Survey Results

How do you comment your C# code?   [Edit]

Survey period: 13 Oct 2003 to 19 Oct 2003

C# devs get the new look XML style comments, but do you use them? (suggested by Rakesh Rajan)

OptionVotes% 
Using the /// XML documentation format where appropriate39538.69
Always using the old // or /* format46245.25
Comments? We're meant to comment our code?16416.06



 
GeneralRe: /// - doxygen style Pin
Paul Watson13-Oct-03 1:42
sitebuilderPaul Watson13-Oct-03 1:42 
GeneralRe: /// - doxygen style Pin
peterchen13-Oct-03 1:46
peterchen13-Oct-03 1:46 
GeneralRe: /// - doxygen style Pin
Frode N. Rosand14-Oct-03 21:13
Frode N. Rosand14-Oct-03 21:13 
GeneralRe: /// - doxygen style Pin
Matthew Adams14-Oct-03 21:36
professionalMatthew Adams14-Oct-03 21:36 
GeneralRe: /// - doxygen style Pin
Heath Stewart13-Oct-03 3:50
protectorHeath Stewart13-Oct-03 3:50 
GeneralRe: /// - doxygen style Pin
Rakesh Rajan13-Oct-03 6:52
Rakesh Rajan13-Oct-03 6:52 
GeneralRe: /// - doxygen style Pin
Anonymous13-Oct-03 9:34
Anonymous13-Oct-03 9:34 
GeneralRe: /// - doxygen style Pin
Noah Duke14-Oct-03 7:41
Noah Duke14-Oct-03 7:41 
I have mixed feelings about the /// xml style. I love how it makes documentation easy, but as many others have said, it makes reading the source code tough.

I wish VS.NET had an easy way to toggle whether the comments were visible or not. (If someone has a way or a good macro that does the trick, I'd love to hear!)

<insert incredibly="" witty="" sig="" here...="">
General/// Pin
Nick Seng12-Oct-03 22:48
Nick Seng12-Oct-03 22:48 
Generalcomments Pin
Mark Focas12-Oct-03 18:59
Mark Focas12-Oct-03 18:59 
General1, but Pin
pseudonym6712-Oct-03 18:48
pseudonym6712-Oct-03 18:48 
General#3 but.. Pin
Matt Newman12-Oct-03 18:15
Matt Newman12-Oct-03 18:15 

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.