Click here to Skip to main content
15,899,475 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)


 
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 
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 
RedSonja wrote:
But for one thing it is several hundred thousand lines of code in several languages


Such projects typically have system documentation explaining what each (much smaller) component does. Relying on code comments to understand it can be more dangerous than, say, pressing the big red button.

RedSonja wrote:
for another some of it is very old and not written by me, and some I ported from some other language so the variable names and so do not correspond to my code guidelines.


My original post only says people are exagerating when they say "I can't remember what my own code does without comment", it excluded most of the things you mentioned here (code written by others, ported from a different project using a different language, etc.).

RedSonja wrote:
I have met programmers who didn't comment their code on purpose, to keep it mysterious. Usually they were covering up for their own lack of confidence


What I found is, the best way to cover up is to provide too much information (no need to make up anything, just include every communication / message / memo related or unrelated to the project) and nobody will be able to accuse you of covering up. Smile | :)

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 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 

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.