Click here to Skip to main content
15,918,485 members

Survey Results

What's more important - easily understandable code or good comments?   [Edit]

Survey period: 1 Sep 2003 to 7 Sep 2003

You would hope to get both, but given a choice, which would you take?

OptionVotes% 
Easily understandable code69066.60
Good comments34633.40



 
GeneralRe: Comments assume... Pin
Gary Wheeler3-Sep-03 10:46
Gary Wheeler3-Sep-03 10:46 
GeneralRe: Comments assume... Pin
Marc Clifton4-Sep-03 2:54
mvaMarc Clifton4-Sep-03 2:54 
GeneralRe: Comments assume... Pin
Gary Wheeler4-Sep-03 3:24
Gary Wheeler4-Sep-03 3:24 
GeneralRe: Comments assume... Pin
Marc Clifton4-Sep-03 3:35
mvaMarc Clifton4-Sep-03 3:35 
GeneralRe: Comments assume... Pin
Gary Wheeler4-Sep-03 4:09
Gary Wheeler4-Sep-03 4:09 
GeneralRe: Comments assume... Pin
ColinDavies4-Sep-03 0:55
ColinDavies4-Sep-03 0:55 
GeneralRe: Comments assume... Pin
Paul Oss4-Sep-03 11:56
Paul Oss4-Sep-03 11:56 
GeneralA comment is only... Pin
Steffen Büchner3-Sep-03 1:52
Steffen Büchner3-Sep-03 1:52 
...for tranfering the responsibility from the writer to the reader.
"What? You don't understand my code?- Learn reading, it's all commented"

But a comment make any code running...

void main(void)
{
// char *pszText = new char[2];
// pszText[3] = '?';
}

...yeah, it works Smile | :)
GeneralRe: A comment is only... Pin
ColinDavies3-Sep-03 10:22
ColinDavies3-Sep-03 10:22 
GeneralRe: A comment is only... Pin
Steffen Büchner3-Sep-03 20:11
Steffen Büchner3-Sep-03 20:11 
GeneralNeither Pin
ColinDavies2-Sep-03 21:46
ColinDavies2-Sep-03 21:46 
GeneralRe: Neither Pin
Paul Watson2-Sep-03 22:12
sitebuilderPaul Watson2-Sep-03 22:12 
GeneralRe: Neither Pin
ColinDavies2-Sep-03 22:37
ColinDavies2-Sep-03 22:37 
GeneralRe: Neither Pin
Paul Watson2-Sep-03 23:31
sitebuilderPaul Watson2-Sep-03 23:31 
GeneralRe: Neither Pin
ColinDavies3-Sep-03 10:32
ColinDavies3-Sep-03 10:32 
GeneralRe: Neither Pin
Paul Watson3-Sep-03 20:35
sitebuilderPaul Watson3-Sep-03 20:35 
GeneralRe: Neither Pin
ColinDavies3-Sep-03 21:17
ColinDavies3-Sep-03 21:17 
GeneralRe: Neither Pin
FruitBatInShades3-Sep-03 23:56
FruitBatInShades3-Sep-03 23:56 
GeneralRe: Neither Pin
ColinDavies4-Sep-03 0:50
ColinDavies4-Sep-03 0:50 
GeneralRe: Neither Pin
FruitBatInShades4-Sep-03 1:06
FruitBatInShades4-Sep-03 1:06 
GeneralRe: Neither Pin
ColinDavies4-Sep-03 1:33
ColinDavies4-Sep-03 1:33 
GeneralRe: Neither Pin
Paul Oss4-Sep-03 12:22
Paul Oss4-Sep-03 12:22 
GeneralRe: Neither Pin
ColinDavies4-Sep-03 17:26
ColinDavies4-Sep-03 17:26 
GeneralRe: Neither Pin
Paul Oss4-Sep-03 20:43
Paul Oss4-Sep-03 20:43 
GeneralRe: Neither Pin
Renault the Duck5-Sep-03 17:30
Renault the Duck5-Sep-03 17:30 

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.