Click here to Skip to main content
15,888,351 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: comments should be required Pin
Eddy Vluggen21-Jul-10 8:45
professionalEddy Vluggen21-Jul-10 8:45 
GeneralRe: comments should be required Pin
CDMTJX21-Jul-10 8:52
CDMTJX21-Jul-10 8:52 
GeneralRe: comments should be required Pin
Enrique Albert23-Jul-10 5:47
Enrique Albert23-Jul-10 5:47 
GeneralRe: comments should be required Pin
hfrmobile26-Jul-10 22:59
hfrmobile26-Jul-10 22:59 
GeneralI think it is an exageration that Pin
Xiangyang Liu 刘向阳20-Jul-10 3:00
Xiangyang Liu 刘向阳20-Jul-10 3:00 
GeneralRe: I think it is an exageration that PinPopular
Member 325325820-Jul-10 3:36
Member 325325820-Jul-10 3:36 
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 
Xiangyang Liu 刘向阳 wrote:
But I did not remember reading a comment has ever helped me. If there are more than one programmers working on the code, then the comments are very likely to be out-dated and cannot be trusted.

Have you done much work in assembly language? Coming back to even a somewhat trivial piece of code a week later is much easier if you have code explaining what's going on and why.

It's less necessary with more expressive languages, but now and again it's useful for maintenance. It's also very important when using frameworks and libraries written by others of course! Smile | :)
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 
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 PinPopular
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 

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.