Click here to Skip to main content
16,015,991 members

Survey Results

Do you optimise your code?   [Edit]

Survey period: 29 Nov 2004 to 5 Dec 2004

Do you optimise your code for speed, size or resource use? Or do you just let it all hang out?

OptionVotes% 
Yes, all the time27219.22
Yes, whenever I have the time or resources42930.32
Only when it's critical I do so45131.87
Occasionally1319.26
Never: I have no time or resources332.33
Never. What's the point?211.48
Never. I've never learned how.785.51



 
GeneralRe: Maximum Efficiency and Minimum Resource Utilization Pin
Ravi Bhavnani2-Dec-04 17:21
professionalRavi Bhavnani2-Dec-04 17:21 
GeneralEmbedded scandal! Pin
Bamaco229-Nov-04 11:57
Bamaco229-Nov-04 11:57 
GeneralRe: Embedded scandal! Pin
dr.justice29-Nov-04 19:52
dr.justice29-Nov-04 19:52 
GeneralOptimize for readability! Pin
Bamaco229-Nov-04 11:27
Bamaco229-Nov-04 11:27 
GeneralRe: Optimize for readability! Pin
sreejith ss nair29-Nov-04 21:16
sreejith ss nair29-Nov-04 21:16 
GeneralRe: Optimize for readability! Pin
Daniel Petersen3-Dec-04 4:01
Daniel Petersen3-Dec-04 4:01 
GeneralRe: Optimize for readability! Pin
Bamaco23-Dec-04 12:19
Bamaco23-Dec-04 12:19 
GeneralWhen it's needed.... Pin
Shog929-Nov-04 10:40
sitebuilderShog929-Nov-04 10:40 
...Not necessarily waiting until it's "critical", but not right off the bat, either. For UI work, if response time doesn't "feel" right (on the typical system), it'll get optimized until it does. For all other systems, if it'll waste someone's time, it gets changed to waste less time.

Rule of thumb: if i want (or get asked) to add a wait cursor or progress dialog, it could probably use some optimization. Otherwise, i'm better off spending time elsewhere.


"The time has come," the Walrus said,
"To talk of many things..."

GeneralRe: Very often required for embedded code. Pin
Jeff J29-Nov-04 6:48
Jeff J29-Nov-04 6:48 
GeneralGggggggggggggg... Pin
Kochise30-Nov-04 4:25
Kochise30-Nov-04 4:25 
GeneralNever, because...... Pin
Thomas Latuske29-Nov-04 6:48
Thomas Latuske29-Nov-04 6:48 
GeneralRe: Never, because...... Pin
Jim A. Johnson29-Nov-04 7:08
Jim A. Johnson29-Nov-04 7:08 
GeneralRe: Never, because...... Pin
Thomas Latuske29-Nov-04 7:27
Thomas Latuske29-Nov-04 7:27 
GeneralAll the time, or on a second pass at a minimum... Pin
James R. Twine29-Nov-04 5:01
James R. Twine29-Nov-04 5:01 
GeneralRe: All the time, or on a second pass at a minimum... Pin
patnsnaudy29-Nov-04 8:49
patnsnaudy29-Nov-04 8:49 
GeneralNetwork code... Pin
Navin29-Nov-04 3:04
Navin29-Nov-04 3:04 
GeneralOnly when needed Pin
ed welch29-Nov-04 2:36
ed welch29-Nov-04 2:36 
GeneralRe: Only when needed Pin
Jörgen Sigvardsson30-Nov-04 11:02
Jörgen Sigvardsson30-Nov-04 11:02 
GeneralGood programming style Pin
Roger Allen29-Nov-04 2:26
Roger Allen29-Nov-04 2:26 
GeneralRe: Good programming style Pin
Jim A. Johnson29-Nov-04 7:04
Jim A. Johnson29-Nov-04 7:04 
GeneralRe: Good programming style Pin
Jeff J29-Nov-04 8:06
Jeff J29-Nov-04 8:06 
GeneralRe: Good programming style Pin
Jörgen Sigvardsson30-Nov-04 11:08
Jörgen Sigvardsson30-Nov-04 11:08 
GeneralRe: Good programming style Pin
Nemanja Trifunovic30-Nov-04 12:47
Nemanja Trifunovic30-Nov-04 12:47 
GeneralRe: Good programming style Pin
Jörgen Sigvardsson30-Nov-04 13:07
Jörgen Sigvardsson30-Nov-04 13:07 
GeneralRe: Good programming style Pin
Jeff J30-Nov-04 17:36
Jeff J30-Nov-04 17:36 

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.