Click here to Skip to main content
15,921,530 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
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 
GeneralRe: Maintanance Issue is More Important Pin
John R. Shaw18-Jun-04 10:43
John R. Shaw18-Jun-04 10:43 
I agree! In the passed I've inherited some large and maintenance unfriendly projects (in C). One required that if you made a change in one of three arrays you had to make changes to the other two, which where in different files. I combined them into one large array and provided a set of functions to access the data. In that way when a new feature had to be added, I only had to go to one place to make the changes. All the functions, that used to have direct knowledge of there respective arrays, no longer needed to have that knowledge, to function without change. The result: code that could be modified in 15-20 minutes, as opposed to hours.
Wink | ;)

INTP
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 
GeneralI'm glad someone mentioned 'elegant'. Pin
Don Clugston17-Jun-04 14:02
Don Clugston17-Jun-04 14:02 

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.