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



 
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 
GeneralRe: Someone else's code... Pin
Sander Rossel23-Jul-17 22:56
professionalSander Rossel23-Jul-17 22:56 
GeneralRe: Someone else's code... Pin
CodeWraith23-Jul-17 22:59
CodeWraith23-Jul-17 22:59 
GeneralRe: Someone else's code... Pin
Sander Rossel23-Jul-17 23:13
professionalSander Rossel23-Jul-17 23:13 
GeneralRe: Someone else's code... Pin
CodeWraith24-Jul-17 0:11
CodeWraith24-Jul-17 0:11 
GeneralRe: Someone else's code... Pin
Nathan Minier24-Jul-17 2:21
professionalNathan Minier24-Jul-17 2:21 
So that's a scenario where you'll want to use a structured architecture rather an an OO one; or better still a functional model. That's not a big deal, is completely within the "rules", and doesn't need to be implemented as a steaming pile of garbage. But whatever, we all see things best through our individual lenses.

On the other side of the spectrum, i.e. web applications which I know Sander works with, a rigid 1000-line block with 10 nested loops is an exceptionally bad idea, because while that might be dandy for a single instance running on a micro-controller, it will not scale for hundreds or thousands of users at once, and is much more likely to bring the whole system down than almost any OO implementation.

More to the point, that sort of issue is common in the realms where PHP is considered a first-class programming language.
"There are three kinds of lies: lies, damned lies and statistics."
- Benjamin Disraeli

GeneralRe: Someone else's code... Pin
CodeWraith24-Jul-17 2:57
CodeWraith24-Jul-17 2:57 
GeneralRe: Someone else's code... Pin
Nathan Minier24-Jul-17 3:13
professionalNathan Minier24-Jul-17 3:13 
GeneralRe: Someone else's code... Pin
CodeWraith24-Jul-17 4:13
CodeWraith24-Jul-17 4:13 
GeneralRe: Someone else's code... Pin
Sander Rossel24-Jul-17 2:46
professionalSander Rossel24-Jul-17 2:46 
GeneralRe: Someone else's code... Pin
CodeWraith24-Jul-17 4:27
CodeWraith24-Jul-17 4:27 
GeneralRe: Someone else's code... Pin
Sander Rossel24-Jul-17 4:37
professionalSander Rossel24-Jul-17 4:37 
GeneralRe: Someone else's code... Pin
CodeWraith24-Jul-17 4:42
CodeWraith24-Jul-17 4:42 
GeneralRe: Someone else's code... Pin
kalberts24-Jul-17 22:23
kalberts24-Jul-17 22:23 
GeneralRe: Someone else's code... Pin
Slacker00723-Jul-17 23:28
professionalSlacker00723-Jul-17 23:28 
GeneralRe: Someone else's code... Pin
KarstenK23-Jul-17 23:21
mveKarstenK23-Jul-17 23:21 
GeneralRe: Someone else's code... Pin
Sander Rossel23-Jul-17 23:35
professionalSander Rossel23-Jul-17 23:35 
GeneralRe: Someone else's code... Pin
kalberts24-Jul-17 21:54
kalberts24-Jul-17 21:54 
GeneralRe: Someone else's code... Pin
Sander Rossel25-Jul-17 1:57
professionalSander Rossel25-Jul-17 1:57 
GeneralRe: Someone else's code... Pin
Leng Vang25-Jul-17 6:04
Leng Vang25-Jul-17 6:04 
GeneralRe: Someone else's code... Pin
Sander Rossel25-Jul-17 21:10
professionalSander Rossel25-Jul-17 21:10 
GeneralDealing with someone else's code Pin
Kornfeld Eliyahu Peter23-Jul-17 20:04
professionalKornfeld Eliyahu Peter23-Jul-17 20:04 
Generaluntil last user ....DEAD ! Pin
koolprasad200323-Jul-17 19:33
professionalkoolprasad200323-Jul-17 19:33 

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.