Click here to Skip to main content
15,885,546 members

Survey Results

In which phase of your software project do you actually care about performance?   [Edit]

Survey period: 5 Oct 2009 to 12 Oct 2009

When do you decide that the go-faster pedal needs to be applied? (suggested by Jim Xochellis)
OptionVotes% 
I care about performance during both the design and implementation phases60551.98
I care about performance during the implementation phase, only after the design phase has completed12811.00
I care about performance only after both design and implementation phases have been completed. (Make it work first, optimize later...)32327.75
I care about performance when a user complains it's too slow907.73
I don't care about performance at all.181.55



 
GeneralRe: 54% of software developers don't seem to be scratching their noses. Pin
Tom Lessing5-Oct-09 3:56
Tom Lessing5-Oct-09 3:56 
GeneralRe: 54% of software developers don't seem to be scratching their noses. Pin
Jordan Marr5-Oct-09 7:04
Jordan Marr5-Oct-09 7:04 
JokeRe: 54% of software developers don't seem to be scratching their noses. Pin
John Stewien5-Oct-09 20:40
John Stewien5-Oct-09 20:40 
GeneralLittle, slow and steady optimization from the inception would save a lot of heart breaks later... Pin
Vasudevan Deepak Kumar4-Oct-09 21:19
Vasudevan Deepak Kumar4-Oct-09 21:19 
GeneralRe: Little, slow and steady optimization from the inception would save a lot of heart breaks later... Pin
peterchen4-Oct-09 21:52
peterchen4-Oct-09 21:52 
GeneralRe: Little, slow and steady optimization from the inception would save a lot of heart breaks later... Pin
Paul Sanders (the other one)4-Oct-09 23:08
Paul Sanders (the other one)4-Oct-09 23:08 
GeneralPremature optimization may be the root of all evil... PinPopular
Jon Rista4-Oct-09 19:52
Jon Rista4-Oct-09 19:52 
GeneralOnly if optimization is evil... Pin
Plamen Dragiyski4-Oct-09 20:46
professionalPlamen Dragiyski4-Oct-09 20:46 
When you design something, there are two way of optimization. To make it better (work faster or stay smaller) or make it best. Process of reimplementation (editing existing implementation) may continue until there are exactly zero ways to make it better (you made it best). There is no more from best. If you want better, you should redesign.

The process is "develop" and "optimize" are like two parallel lines, which are connected at multiple places. For a best optimized project you need to design it and redesign it until it fits in practice, then implement it, if nessesary redesign and implement it again (may up to several times). Then optimize the implementation and finally optimize globally (if required - redesign and reimplement it). After every implementation you need to test it, if something doesn't work, your implementation or design doesn't fit in practice. At least that works for me, but for large projects, I'm not experienced in to tell.
GeneralRe: Only if optimization is evil... Pin
Jon Rista4-Oct-09 21:24
Jon Rista4-Oct-09 21:24 
GeneralRe: Premature optimization may be the root of all evil... Pin
peterchen4-Oct-09 21:50
peterchen4-Oct-09 21:50 
GeneralRe: Premature optimization may be the root of all evil... Pin
Jon Rista5-Oct-09 9:21
Jon Rista5-Oct-09 9:21 
GeneralRe: Premature optimization may be the root of all evil... Pin
ed welch5-Oct-09 1:08
ed welch5-Oct-09 1:08 
GeneralRe: Premature optimization may be the root of all evil... Pin
Jon Rista5-Oct-09 9:18
Jon Rista5-Oct-09 9:18 
GeneralRe: Premature optimization may be the root of all evil... Pin
ed welch7-Oct-09 6:17
ed welch7-Oct-09 6:17 
GeneralRe: Premature optimization may be the root of all evil... Pin
Jon Rista7-Oct-09 15:35
Jon Rista7-Oct-09 15:35 
GeneralRe: Premature optimization may be the root of all evil... Pin
micmanos5-Oct-09 2:15
micmanos5-Oct-09 2:15 
GeneralRe: Premature optimization may be the root of all evil... Pin
Jon Rista5-Oct-09 9:24
Jon Rista5-Oct-09 9:24 

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.