Click here to Skip to main content
15,899,314 members

Survey Results

Do you comment your code?   [Edit]

Survey period: 19 Jul 2010 to 26 Jul 2010

Some preach that good code requires no comments, while others preach that (good) comments can be as valuable as the code itself. On which part of the spectrum do you lie?

OptionVotes% 
I add comment headers for all public classes, objects and methods, events, fields etc36244.15
I add comment headers for all non-public classes, objects and methods, as well as non-obvious logic inside these24630.00
I provide comments at the top of files17821.71
I comment any code that may be obscure (the "what") to a reader51162.32
I comment any code where the purpose (the "why") may be obscure54466.34
I comment on expected inputs, outputs and other results17621.46
I comment on exceptions, side effects or error codes20525.00
I comment on structures (loop endings, function endings etc)10713.05
I comment as a last resort when I can't make my code any clearer22227.07
I do not comment code.465.61
Respondents were allowed to choose more than one answer; totals may not add up to 100%

View optional text answers (45 answers)


 
GeneralRe: I think it is an exageration that Pin
Xiangyang Liu 刘向阳20-Jul-10 4:03
Xiangyang Liu 刘向阳20-Jul-10 4:03 
GeneralRe: I think it is an exageration that Pin
destynova20-Jul-10 22:04
destynova20-Jul-10 22:04 
GeneralRe: I think it is an exageration that Pin
Xiangyang Liu 刘向阳21-Jul-10 15:00
Xiangyang Liu 刘向阳21-Jul-10 15:00 
GeneralRe: I think it is an exageration that Pin
destynova22-Jul-10 0:44
destynova22-Jul-10 0:44 
GeneralRe: I think it is an exageration that Pin
RedSonja21-Jul-10 22:55
RedSonja21-Jul-10 22:55 
GeneralRe: I think it is an exageration that Pin
Xiangyang Liu 刘向阳22-Jul-10 2:31
Xiangyang Liu 刘向阳22-Jul-10 2:31 
GeneralRe: I think it is an exageration that Pin
RedSonja22-Jul-10 3:29
RedSonja22-Jul-10 3:29 
GeneralRe: I think it is an exageration that Pin
GoodTime Charlie, VA22-Jul-10 5:58
GoodTime Charlie, VA22-Jul-10 5:58 
I always trust documentation within the code more than any other form of documentation. Why?

A) Typically 'system/project documentation' is more related to end-user functional/workflow aspects and does not match technical methodology/coding used to actually accomplish the detailed processes/tasks.

B) Documenting within code verses within a seperate document tends to match the code over the long term much better. It tends to be much more accurate & timely because it is written as the code is written/maintained. As people stick their fingers into an application, you can bet someone (all of them?) will not have (take) the time to update a second 'documentation only' file (ie: Patches/fixes developed & implemented at 3 am tend not to be documented at all except perhaps via archived e-mails, etc).

C) After 40+ years as a developer, I've learned the hard way that I can't depend on any documentation to actually match the code. But the documentation within the code tends to be the closest to the logic used that I'm going to find and it will generally help me get into the mindset of the coder faster (ie: what the heck was this guy thinking when he wrote this peice of s**t ... whoops, I wrote that junk code two years & 4 projects ago and know better (now)).
GoodTime Charlie, VA

GeneralRe: I think it is an exageration that Pin
peterchen23-Jul-10 12:12
peterchen23-Jul-10 12:12 
GeneralNo comment(s) Pin
RomTibi20-Jul-10 1:14
RomTibi20-Jul-10 1:14 
GeneralRe: No comment(s) Pin
Fernando A. Gomez F.21-Jul-10 8:12
Fernando A. Gomez F.21-Jul-10 8:12 
GeneralRe: No comment(s) Pin
savire21-Jul-10 22:45
savire21-Jul-10 22:45 
GeneralRe: No comment(s) Pin
hfrmobile26-Jul-10 23:02
hfrmobile26-Jul-10 23:02 
GeneralHow vs What Pin
Eksith20-Jul-10 0:37
Eksith20-Jul-10 0:37 
GeneralRe: How vs What Pin
Theraot20-Jul-10 23:39
Theraot20-Jul-10 23:39 
GeneralThis poll and maby more other polls Pin
RomTibi19-Jul-10 23:00
RomTibi19-Jul-10 23:00 
GeneralComment Everything Pin
Deus ex Machina19-Jul-10 11:56
Deus ex Machina19-Jul-10 11:56 
GeneralRe: Comment Everything Pin
RedSonja19-Jul-10 21:15
RedSonja19-Jul-10 21:15 
GeneralRe: Comment Everything Pin
Roland7121-Jul-10 15:31
Roland7121-Jul-10 15:31 
GeneralA college TA.... Pin
El Corazon19-Jul-10 6:48
El Corazon19-Jul-10 6:48 
GeneralRe: A college TA.... Pin
Ennis Ray Lynch, Jr.19-Jul-10 7:08
Ennis Ray Lynch, Jr.19-Jul-10 7:08 
GeneralRe: A college TA.... Pin
CDMTJX20-Jul-10 3:07
CDMTJX20-Jul-10 3:07 
GeneralRe: A college TA.... Pin
RugbyLeague20-Jul-10 4:35
RugbyLeague20-Jul-10 4:35 
GeneralRe: A college TA.... Pin
savire21-Jul-10 22:48
savire21-Jul-10 22:48 
GeneralOne more comment on the matter Pin
Ennis Ray Lynch, Jr.19-Jul-10 6:35
Ennis Ray Lynch, Jr.19-Jul-10 6:35 

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.