Click here to Skip to main content
15,905,322 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)


 
GeneralIt depends... Pin
Anonymous15-Jun-04 11:17
Anonymous15-Jun-04 11:17 
GeneralRe: It depends... Pin
TheEdgeRocks16-Jun-04 18:42
TheEdgeRocks16-Jun-04 18:42 
GeneralRe: It depends... Pin
Trickster17-Jun-04 2:49
Trickster17-Jun-04 2:49 
GeneralWriting less of it for more $$$ Pin
Marc Clifton15-Jun-04 10:48
mvaMarc Clifton15-Jun-04 10:48 
GeneralRe: Writing less of it for more $$$ Pin
WillemM15-Jun-04 22:06
WillemM15-Jun-04 22:06 
GeneralRe: Writing less of it for more $$$ Pin
Michael P Butler16-Jun-04 1:28
Michael P Butler16-Jun-04 1:28 
GeneralIt is the kind of code we write Pin
Paul Watson17-Jun-04 11:19
sitebuilderPaul Watson17-Jun-04 11:19 
GeneralRe: It is the kind of code we write Pin
Michael P Butler17-Jun-04 12:18
Michael P Butler17-Jun-04 12:18 
Paul Watson wrote:
Bloody hell Butler, you sound like an advert for the next Visual Studio .NET...

It was more of a subtle plug for the work Marc is doing with MyXaml... well that was my intention. Wink | ;-)


Paul Watson wrote:
I don't think the future is whether we write more or less code, it is the kind of code we write. I am fed up with having to write SqlConnection sqlconMain = new SqlConnection(ConnectionString); everytime rather than Get Customers With Debt from Main Database or some such.

Actually, I'm fed up with having to write a customer database. I'd much rather be able to use the database that comes with Outlook or with Sage Accounts than having to build me own. Why is it so hard for use to be able to integrate with each others applications. Why isn't there a standard component that can be bought that provides the basic customer information that I can plug into my own app and just add my custom fields.

Why can't I easily hook the Make Call functionality of Outlook and redirect it to call my telephony code. Why can't I easily add a Dial button into the Sage Account screens and have it call my code.

Why should I have to write something that somebody else has already done, that my customer is already using but wants to make it do something just slightly different to fit in with their business methods.

We need to stop thinking of computer software as seperate applications and start writing software as platforms for others to build on. Hardware is component based, so why isn't the software built the same way. I want sofware plug and play.

Michael

CP Blog [^]

GeneralRe: It is the kind of code we write Pin
Paul Watson17-Jun-04 21:04
sitebuilderPaul Watson17-Jun-04 21:04 
GeneralRe: It is the kind of code we write Pin
Michael P Butler17-Jun-04 21:29
Michael P Butler17-Jun-04 21:29 
GeneralRe: Writing less of it for more $$$ Pin
Aaron Eldreth16-Jun-04 5:29
Aaron Eldreth16-Jun-04 5:29 
GeneralRe: Writing less of it for more $$$ Pin
Jörgen Sigvardsson16-Jun-04 6:36
Jörgen Sigvardsson16-Jun-04 6:36 
GeneralRe: Writing less of it for more $$$ Pin
Paul Watson17-Jun-04 11:12
sitebuilderPaul Watson17-Jun-04 11:12 
GeneralRe: Writing less of it for more $$$ Pin
Jörgen Sigvardsson17-Jun-04 20:06
Jörgen Sigvardsson17-Jun-04 20:06 
GeneralRe: Writing less of it for more $$$ Pin
Monty216-Jun-04 19:32
Monty216-Jun-04 19:32 
Generalwtf! stupid question... Pin
Ellery_Familia15-Jun-04 7:41
Ellery_Familia15-Jun-04 7:41 
GeneralRe: wtf! stupid question... Pin
Bamaco215-Jun-04 8:48
Bamaco215-Jun-04 8:48 
GeneralRe: wtf! stupid question... Pin
Ellery_Familia15-Jun-04 11:51
Ellery_Familia15-Jun-04 11:51 
GeneralRe: wtf! stupid question... Pin
Ellery_Familia15-Jun-04 11:54
Ellery_Familia15-Jun-04 11:54 
GeneralRe: wtf! stupid question... Pin
Bamaco215-Jun-04 13:52
Bamaco215-Jun-04 13:52 
GeneralMy 2c Pin
Chris Maunder15-Jun-04 6:44
cofounderChris Maunder15-Jun-04 6:44 
GeneralRe: My 2c Pin
Aaron Eldreth15-Jun-04 9:38
Aaron Eldreth15-Jun-04 9:38 
GeneralRe: My 2c Pin
Kevin Gutteridge15-Jun-04 10:57
Kevin Gutteridge15-Jun-04 10:57 
GeneralRe: My 2c Pin
Weiye Chen15-Jun-04 15:14
Weiye Chen15-Jun-04 15:14 
GeneralRe: My 2c Pin
Paul Watson17-Jun-04 11:11
sitebuilderPaul Watson17-Jun-04 11:11 

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.