Click here to Skip to main content
15,908,020 members

Survey Results

To whom do you direct comments in your code?

Survey period: 31 Jul 2016 to 7 Aug 2016

Do you write comments to those you work with? To yourself? To a different version of yourself (mandatory XKCD)

OptionVotes% 
To those who would need to maintain the code86965.04
To those looking to use my code49837.28
To those working on the code with me44633.38
To my managers / team lead745.54
To the poor souls who have to review my code27920.88
To my future self1,02076.35
To my future robot overloads977.26
To future palaeontologists987.34
Other312.32
I don't write comments in code896.66
Respondents were allowed to choose more than one answer; totals may not add up to 100%



 
GeneralCommenting your code is essential! Pin
Palash Mondal_1-Aug-16 17:45
professionalPalash Mondal_1-Aug-16 17:45 
Developers who have spent any time on large projects understand the importance of code comments. When you’re building many features into the same application, things tend to get complicated. There are so many data bits including functions, variable references, return values, parameters… how are you expected to keep up?

It should come as no surprise that commenting your code is essential, both solo and team projects.
Regards,
Palash

GeneralRe: Commenting your code is essential! Pin
Jeroen_R2-Aug-16 1:21
Jeroen_R2-Aug-16 1:21 
GeneralRe: Commenting your code is essential! Pin
Herbie Mountjoy2-Aug-16 3:02
professionalHerbie Mountjoy2-Aug-16 3:02 
GeneralRe: Commenting your code is essential! Pin
User 592414-Aug-16 15:40
User 592414-Aug-16 15:40 
GeneralCListCtrl Pin
Jeremy Falcon1-Aug-16 13:08
professionalJeremy Falcon1-Aug-16 13:08 
GeneralRe: CListCtrl Pin
Agent__0071-Aug-16 18:46
professionalAgent__0071-Aug-16 18:46 
PraiseRe: CListCtrl Pin
Jeremy Falcon2-Aug-16 6:11
professionalJeremy Falcon2-Aug-16 6:11 
GeneralRe: CListCtrl Pin
TheGreatAndPowerfulOz2-Aug-16 6:22
TheGreatAndPowerfulOz2-Aug-16 6:22 
GeneralMy thoughts on why I comment. Pin
Chris Maunder1-Aug-16 9:56
cofounderChris Maunder1-Aug-16 9:56 
GeneralComments helps us to be evaluated easily Pin
RJ_Zed1-Aug-16 1:07
RJ_Zed1-Aug-16 1:07 
GeneralRe: Comments helps us to be evaluated easily Pin
Rajeev Jayaram1-Aug-16 1:48
Rajeev Jayaram1-Aug-16 1:48 
GeneralRe: Comments helps us to be evaluated easily Pin
Slacker0071-Aug-16 3:00
professionalSlacker0071-Aug-16 3:00 
GeneralRe: Comments helps us to be evaluated easily Pin
PeejayAdams1-Aug-16 6:00
PeejayAdams1-Aug-16 6:00 
GeneralRe: Comments helps us to be evaluated easily Pin
Slacker0071-Aug-16 7:54
professionalSlacker0071-Aug-16 7:54 
GeneralRe: Comments helps us to be evaluated easily Pin
RJ_Zed1-Aug-16 23:33
RJ_Zed1-Aug-16 23:33 
GeneralRe: Comments helps us to be evaluated easily Pin
Slacker0072-Aug-16 0:17
professionalSlacker0072-Aug-16 0:17 
GeneralTo everyone except future paleontologists and robot overlords Pin
Daniel Pfeffer1-Aug-16 0:39
professionalDaniel Pfeffer1-Aug-16 0:39 
GeneralRe: To everyone except future paleontologists and robot overlords Pin
Herbie Mountjoy2-Aug-16 3:05
professionalHerbie Mountjoy2-Aug-16 3:05 
GeneralAnother ridiculous poll Pin
Slacker00731-Jul-16 23:21
professionalSlacker00731-Jul-16 23:21 
GeneralRe: Another ridiculous poll Pin
Sander Rossel1-Aug-16 1:44
professionalSander Rossel1-Aug-16 1:44 
GeneralRe: Another ridiculous poll Pin
Chris Maunder1-Aug-16 9:39
cofounderChris Maunder1-Aug-16 9:39 
GeneralRe: Another ridiculous poll Pin
Slacker0071-Aug-16 17:13
professionalSlacker0071-Aug-16 17:13 
GeneralRe: Another ridiculous poll Pin
Efe Erdoğru1-Aug-16 11:28
professionalEfe Erdoğru1-Aug-16 11:28 
GeneralRe: Another ridiculous poll Pin
KarstenK1-Aug-16 20:45
mveKarstenK1-Aug-16 20:45 
GeneralRe: Another ridiculous poll Pin
kalberts1-Aug-16 23:01
kalberts1-Aug-16 23:01 

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.