Click here to Skip to main content
15,899,313 members

Survey Results

What optimisations do you consider when you code?

Survey period: 1 Jul 2013 to 8 Jul 2013

In general, when writing code, which of the following optimisations do you always think about when writing code? (even if you reject them as unnecessary for a certain situation)

OptionVotes% 
Memory use52764.11
Speed of execution69684.67
Final binary size8610.46
Resource use (eg graphics objects, handles etc)28734.91
Network traffic31738.56
Power465.60
None404.87
Respondents were allowed to choose more than one answer; totals may not add up to 100%

View optional text answers (34 answers)


 
GeneralRe: Code maintainability Pin
Des Ward8-Jul-13 6:46
professionalDes Ward8-Jul-13 6:46 
GeneralWhen coding I first concentrate on getting it working Pin
Kevin Bewley1-Jul-13 0:38
Kevin Bewley1-Jul-13 0:38 
GeneralMemory and Speed of Execution... Pin
_Amy1-Jul-13 0:28
professional_Amy1-Jul-13 0:28 
GeneralC code Pin
RedSonja1-Jul-13 0:13
RedSonja1-Jul-13 0:13 
GeneralNone, well almost none Pin
Patje1-Jul-13 0:01
Patje1-Jul-13 0:01 
Generaladd Options Pin
w-peuker30-Jun-13 23:58
w-peuker30-Jun-13 23:58 
GeneralFinal Binary Size Pin
Rajesh Anuhya30-Jun-13 23:47
professionalRajesh Anuhya30-Jun-13 23:47 
GeneralI wait Pin
Rob Grainger30-Jun-13 22:57
Rob Grainger30-Jun-13 22:57 
I wait until the app is far enough along to know where optimisation will be necessary and yield measurable improvement, otherwise its Premature.
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
Alan Kay.

GeneralRe: I wait Pin
kct30-Jun-13 23:10
kct30-Jun-13 23:10 
GeneralRe: I wait Pin
w-peuker1-Jul-13 0:01
w-peuker1-Jul-13 0:01 
GeneralRe: I wait Pin
Patje1-Jul-13 0:02
Patje1-Jul-13 0:02 
GeneralI usualy don't care much about memory usage... Pin
AlexCode30-Jun-13 21:35
professionalAlexCode30-Jun-13 21:35 
GeneralMissing Option Pin
CDP180230-Jun-13 18:57
CDP180230-Jun-13 18:57 
GeneralFirst to vote! Pin
Venkatesh Mookkan30-Jun-13 18:06
Venkatesh Mookkan30-Jun-13 18:06 
GeneralRe: First to vote! Pin
Rajeev Jayaram30-Jun-13 23:45
Rajeev Jayaram30-Jun-13 23:45 
GeneralRe: First to vote! Pin
Venkatesh Mookkan4-Jul-13 16:42
Venkatesh Mookkan4-Jul-13 16:42 
GeneralRe: First to vote! Pin
MacSpudster2-Jul-13 6:00
professionalMacSpudster2-Jul-13 6:00 
GeneralRe: First to vote! Pin
Venkatesh Mookkan4-Jul-13 16:43
Venkatesh Mookkan4-Jul-13 16:43 

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.