Click here to Skip to main content
15,892,674 members

Survey Results

Comments in code   [Edit]

Survey period: 11 Jun 2001 to 17 Jun 2001

Do you comment your code, and if so, how much?

OptionVotes% 
Real Programmers don't need comments - the code is obvious.405.42
Real Programmers don't add comments - it ensures job security121.63
I only add comments in places where the code isn't self explanatory31843.09
I add comments to explain the general structure and design20127.24
I add a lot of comments to explain as much as I can12116.40
I write novels in my code141.90
I add false and misleading comments to confuse and startle those who come after me.324.34



 
GeneralComments??? what are those??? Pin
Ben Burnett14-Jun-01 16:38
Ben Burnett14-Jun-01 16:38 
GeneralRe: Comments??? what are those??? Pin
15-Jun-01 2:49
suss15-Jun-01 2:49 
GeneralRe: Comments??? what are those??? Pin
UkJay15-Jun-01 23:18
UkJay15-Jun-01 23:18 
GeneralComments for fun & profit Pin
13-Jun-01 14:38
suss13-Jun-01 14:38 
GeneralRe: Comments for fun & profit Pin
Earl Rex Arao-arao14-Jun-01 14:03
Earl Rex Arao-arao14-Jun-01 14:03 
I usually put comments because it makes my code readable to others. I explain what it does and I don't have to discuss every detail of it. It's enough that they get the idea and they understood what this function or following lines does. One other thing is that we cannot remember all the code that we have written for last 10 years right? and if we do we also need some refreshment of memory to understood the flow of the code. My code is not understandable because I made it so but made it a point that other programmers may reuse my code but they have to painfully hack my code if they can enable to understood its inner working. Now that's what I call style.;)



" Sharing ideas to others is better than keeping
to itself"
GeneralI Hate this type of commentaries Pin
Carlos Antollini11-Jun-01 6:05
Carlos Antollini11-Jun-01 6:05 
GeneralRe: I Hate this type of commentaries Pin
Tomasz Sowinski11-Jun-01 7:14
Tomasz Sowinski11-Jun-01 7:14 
GeneralRe: I Hate this type of commentaries Pin
12-Jun-01 12:57
suss12-Jun-01 12:57 
GeneralRe: I Hate this type of commentaries Pin
12-Jun-01 15:13
suss12-Jun-01 15:13 
GeneralRe: I Hate this type of commentaries Pin
12-Jun-01 16:57
suss12-Jun-01 16:57 
GeneralRe: I Hate this type of commentaries Pin
13-Jun-01 3:40
suss13-Jun-01 3:40 
GeneralRe: I Hate this type of commentaries Pin
Robert Dickenson14-Jun-01 16:46
Robert Dickenson14-Jun-01 16:46 
GeneralRe: I Hate this type of commentaries Pin
12-Jun-01 21:16
suss12-Jun-01 21:16 
GeneralRe: I Hate this type of commentaries Pin
13-Jun-01 3:29
suss13-Jun-01 3:29 
GeneralRe: I Hate this type of commentaries Pin
Masaaki Onishi13-Jun-01 6:41
Masaaki Onishi13-Jun-01 6:41 
GeneralRe: I Hate this type of commentaries Pin
Farhan Noor Qureshi13-Jun-01 6:44
Farhan Noor Qureshi13-Jun-01 6:44 
GeneralRe: I Hate this type of commentaries Pin
Tomasz Sowinski13-Jun-01 6:50
Tomasz Sowinski13-Jun-01 6:50 
GeneralRe: I Hate this type of commentaries Pin
Eric Hansen13-Jun-01 9:53
Eric Hansen13-Jun-01 9:53 
GeneralRe: I Hate this type of commentaries Pin
14-Jun-01 23:39
suss14-Jun-01 23:39 
GeneralRe: I Hate this type of commentaries Pin
14-Jun-01 3:31
suss14-Jun-01 3:31 
GeneralRe: I Hate this type of commentaries Pin
15-Jun-01 5:53
suss15-Jun-01 5:53 
GeneralRant on Meaningful Variable Names and Flower Boxes Pin
10-Jun-01 18:20
suss10-Jun-01 18:20 
GeneralRe: Rant on Meaningful Variable Names and Flower Boxes Pin
11-Jun-01 0:27
suss11-Jun-01 0:27 
GeneralRe: Rant on Meaningful Variable Names and Flower Boxes Pin
Dale Thompson11-Jun-01 5:13
Dale Thompson11-Jun-01 5:13 
GeneralRe: Rant on Meaningful Variable Names and Flower Boxes Pin
Farhan Noor Qureshi11-Jun-01 9:31
Farhan Noor Qureshi11-Jun-01 9: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.