Click here to Skip to main content
15,898,035 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%



 
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 
While looking on the aspect of Leads and Managers, A good code will surely have comments with them not only for their recognition but also for the future newbies who place their hands on the code.

As well as of direct use to any programmer reading the source code, comments are sometimes processed in various ways to generate documentation external to the source code itself by documentation generators, or used for integration with source code management systems and other kinds of external programming tools.

The flexibility provided by comments allows for a wide degree of variability, but formal conventions for their use are commonly part of programming style guides.

Too much comments is also not encouraged.Thumbs Up | :thumbsup:

modified 1-Aug-16 9:10am.

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 
GeneralRe: Another ridiculous poll Pin
Stephen Gonzalez2-Aug-16 7:25
Stephen Gonzalez2-Aug-16 7:25 
GeneralNope Pin
Sander Rossel31-Jul-16 21:15
professionalSander Rossel31-Jul-16 21:15 

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.