Click here to Skip to main content
15,921,606 members

Survey Results

What is the most important thing in writing code?   [Edit]

Survey period: 14 Jun 2004 to 20 Jun 2004

Which of the following would you rank as your #1 goal when writing code?

OptionVotes% 
Writing bug-free code39528.03
Writing easily extensible code23016.32
Writing easily maintainable code45432.22
Writing code that can be understood by others16811.92
Writing fast code372.63
Writing resource-efficient code684.83

View optional text answers (73 answers)


 
GeneralRe: extensible is maintanable Pin
fantastic_mr_fox17-Jun-04 21:59
fantastic_mr_fox17-Jun-04 21:59 
GeneralRe: extensible is maintanable Pin
Kevin McFarlane21-Jun-04 23:33
Kevin McFarlane21-Jun-04 23:33 
GeneralRe: extensible is maintanable Pin
KevinHall18-Jun-04 5:39
KevinHall18-Jun-04 5:39 
Generalmaintainable is extensible Pin
Chris Hills18-Jun-04 7:31
Chris Hills18-Jun-04 7:31 
GeneralRe: extensible is maintanable Pin
Xybex18-Jun-04 12:45
Xybex18-Jun-04 12:45 
GeneralRe: extensible is maintanable Pin
thejonan20-Jun-04 12:00
thejonan20-Jun-04 12:00 
GeneralFor medium-sized to large projects... Pin
J. Dunlap17-Jun-04 10:08
J. Dunlap17-Jun-04 10:08 
GeneralMaintanance Issue is More Important Pin
Partha Kr. Chakraborti17-Jun-04 2:15
Partha Kr. Chakraborti17-Jun-04 2:15 
I have done bug fixing of well known software for years. Bugs are inevitable. Important is that how quickly we can detect and fix it. More experience you are less the chance of occurrence of common bugs. Practically it's impossible to simulate all possible problems at the time of writing. It's applicable to all programmers. Here maintenance issue commes into picture. It's very painful to detect a simple bug if the code is not organized and even more painful to fix it completely without any regression. No body can fell necessity of maintenance if code size is small. Once source code size exceeds 100MB fix of a bug leaves more bugs in product. I have the sweet/sour test of fixing bugs in 400+MB source code.
Smile | :) Smile | :) Smile | :) Smile | :) Smile | :)

Partha K Chakraborti
GeneralRe: Maintanance Issue is More Important Pin
John R. Shaw18-Jun-04 10:43
John R. Shaw18-Jun-04 10:43 
GeneralRe: Maintanance Issue is More Important Pin
Kevin McFarlane21-Jun-04 23:35
Kevin McFarlane21-Jun-04 23:35 
GeneralAll of the above, without a CListCtrl Pin
Prakash Nadar17-Jun-04 1:38
Prakash Nadar17-Jun-04 1:38 
GeneralRe: All of the above, without a CListCtrl Pin
Roger Allen18-Jun-04 6:10
Roger Allen18-Jun-04 6:10 
GeneralRe: All of the above, without a CListCtrl Pin
Prakash Nadar18-Jun-04 6:47
Prakash Nadar18-Jun-04 6:47 
GeneralRe: All of the above, without a CListCtrl Pin
Roger Allen18-Jun-04 6:49
Roger Allen18-Jun-04 6:49 
GeneralRe: All of the above, without a CListCtrl Pin
Prakash Nadar18-Jun-04 6:53
Prakash Nadar18-Jun-04 6:53 
Generalbug free? wtf? Pin
Prakash Nadar17-Jun-04 1:35
Prakash Nadar17-Jun-04 1:35 
GeneralRe: bug free? wtf? Pin
ckatili18-Jun-04 8:54
ckatili18-Jun-04 8:54 
GeneralRe: bug free? wtf? Pin
ColinDavies10-Oct-04 14:30
ColinDavies10-Oct-04 14:30 
GeneralBug-free, then Elegant Pin
Vega0216-Jun-04 6:10
Vega0216-Jun-04 6:10 
GeneralRe: Bug-free, then Elegant Pin
Jörgen Sigvardsson16-Jun-04 6:35
Jörgen Sigvardsson16-Jun-04 6:35 
GeneralRe: Bug-free, then Elegant Pin
Mike Dimmick16-Jun-04 6:54
Mike Dimmick16-Jun-04 6:54 
GeneralRe: Bug-free, then Elegant Pin
Vega0216-Jun-04 6:57
Vega0216-Jun-04 6:57 
GeneralRe: Bug-free, then Elegant Pin
Krissh16-Jun-04 21:49
Krissh16-Jun-04 21:49 
GeneralRe: Bug-free, then Elegant Pin
Johan Rosengren20-Jun-04 8:18
Johan Rosengren20-Jun-04 8:18 
GeneralRe: Bug-free, then Elegant Pin
Frisky17-Jun-04 7:33
Frisky17-Jun-04 7: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.