Click here to Skip to main content
15,886,110 members

Survey Results

How hard do you find these tasks?

Survey period: 24 Jul 2017 to 31 Jul 2017

1 = Super Easy, 5 = Very Hard. (We all know Cache invalidation is hard)

OptionVotes12345 
Designing a solution that meets all the requirements9717%25%31%24%13%
Dealing with someone else's code9712%9%35%34%20%
Writing unit tests9718%19%36%23%15%
Adding features you don't agree with9715%14%30%28%23%
Dealing with the people directing the project9719%24%33%23%12%
Dealing with users97111%25%34%19%11%
Naming things97124%30%23%12%11%



 
GeneralHow hard do you find these tasks? Pin
WiganLatics26-Jul-17 4:40
professionalWiganLatics26-Jul-17 4:40 
GeneralReversed Answers Pin
Bassam Abdul-Baki25-Jul-17 7:31
professionalBassam Abdul-Baki25-Jul-17 7:31 
GeneralRe: Reversed Answers Pin
ChandraRam28-Jul-17 4:09
ChandraRam28-Jul-17 4:09 
GeneralRe: Reversed Answers Pin
Bassam Abdul-Baki28-Jul-17 6:38
professionalBassam Abdul-Baki28-Jul-17 6:38 
GeneralAverages are boring PinPopular
Marc Clifton25-Jul-17 1:49
mvaMarc Clifton25-Jul-17 1:49 
GeneralRe: Averages are boring Pin
Nelek26-Jul-17 4:45
protectorNelek26-Jul-17 4:45 
GeneralRe: Averages are boring Pin
mahendren27-Jul-17 1:53
mahendren27-Jul-17 1:53 
GeneralI like someone else code Pin
Mohibur Rashid24-Jul-17 19:14
professionalMohibur Rashid24-Jul-17 19:14 
GeneralWriting documentation (not code comments) Pin
Maximilien24-Jul-17 3:32
Maximilien24-Jul-17 3:32 
GeneralRe: Writing documentation (not code comments) Pin
kalberts24-Jul-17 21:42
kalberts24-Jul-17 21:42 
One of the terrible aspects of documentation - in particular if you do it after the design has been finalized, og even worse: after most of the code has been written - is that you realize how things should have been done, but were not.

Internal system documentation, or user documentation, they are all alike. Documentation to the sales people, too: They all make you say "Sh*t, why did we do it that way?

When I make something for myself on my home PC, I always start out by writing down for myself how I want the program to behave, a "user documentation". Over a period of a couple weeks, I change it back and forth, new ideas pop up, others are thrashed. (Walking to work, seven kilometers roundtrip, gives you more than an hour a day to ponder needs and solutions.) Gradually, I start sketching data structures, match them to the user needs, and making sure they reflect the application concepts as viewed by a user. Gradually, data structure descriptions migrate from informal English into code formalisms, and I start writing code... But developing along those lines is not possible at my workplace. In principle, yes, but in practice, we never have the time. Which may be extremely costly in terms of time, in the long run.
GeneralRe: Writing documentation (not code comments) Pin
Member 1288850925-Jul-17 11:10
Member 1288850925-Jul-17 11:10 
GeneralRe: Writing documentation (not code comments) Pin
Herbie Mountjoy26-Jul-17 18:46
professionalHerbie Mountjoy26-Jul-17 18:46 
GeneralWorse than Useless Pin
W Balboos, GHB24-Jul-17 1:47
W Balboos, GHB24-Jul-17 1:47 
GeneralRe: Worse than Useless Pin
PIEBALDconsult24-Jul-17 10:53
mvePIEBALDconsult24-Jul-17 10:53 
GeneralTraining people Pin
R. Erasmus24-Jul-17 0:40
R. Erasmus24-Jul-17 0:40 
GeneralThe human element is always more challenging Pin
Slacker00723-Jul-17 22:57
professionalSlacker00723-Jul-17 22:57 
GeneralRe: The human element is always more challenging Pin
KarstenK23-Jul-17 23:20
mveKarstenK23-Jul-17 23:20 
GeneralSomeone else's code not a big deal Pin
Mike (Prof. Chuck)23-Jul-17 22:07
professionalMike (Prof. Chuck)23-Jul-17 22:07 
GeneralRe: Someone else's code not a big deal Pin
CodeWraith24-Jul-17 1:32
CodeWraith24-Jul-17 1:32 
GeneralRe: Someone else's code not a big deal Pin
Mike (Prof. Chuck)24-Jul-17 3:33
professionalMike (Prof. Chuck)24-Jul-17 3:33 
GeneralRe: Someone else's code not a big deal Pin
CodeWraith24-Jul-17 3:41
CodeWraith24-Jul-17 3:41 
GeneralRe: Someone else's code not a big deal Pin
Mike (Prof. Chuck)24-Jul-17 3:50
professionalMike (Prof. Chuck)24-Jul-17 3:50 
GeneralRe: Someone else's code not a big deal Pin
Leng Vang25-Jul-17 6:12
Leng Vang25-Jul-17 6:12 
GeneralSomeone else's code... Pin
Sander Rossel23-Jul-17 21:12
professionalSander Rossel23-Jul-17 21:12 
GeneralRe: Someone else's code... Pin
CodeWraith23-Jul-17 22:52
CodeWraith23-Jul-17 22:52 

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.