Click here to Skip to main content
15,922,894 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
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 
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 
I think it is great having the /// comments. I generate good documentation, and the code and ddocumentation source comes from the same location. I use a similar method in my XSLT's, and a similar, but much cruder method in my javascripts

Being in a minority of one, doesn't make you insane
(George Orwell , I think)
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.