Click here to Skip to main content
15,888,610 members

Survey Results

What is better: Fast development or a fast application?   [Edit]

Survey period: 16 Oct 2000 to 22 Oct 2000

What is more important to the average software house: Getting a product out on time with minimal development and support costs, or an application that is smaller, faster and more powerful?

OptionVotes% 
Development time and support is expensive, so we use RAD tools wherever possible.3914.03
Computers are fast enough - we go for RAD over application speed if possible.2910.43
They are both equally important.9835.25
RAD is nice but we prefer the 'hands on' approach to development.6222.30
Application speed and size are critical, so we avoid RAD if it compromises either.5017.99



 
GeneralCorporate or Commercial? Pin
Jim Wuerch16-Oct-00 9:35
Jim Wuerch16-Oct-00 9:35 
GeneralRe: Corporate or Commercial? Pin
Chris Maunder16-Oct-00 10:22
cofounderChris Maunder16-Oct-00 10:22 
GeneralRe: Corporate or Commercial? Pin
Jim Wuerch16-Oct-00 13:39
Jim Wuerch16-Oct-00 13:39 
GeneralThis smells like a VB vs. VC++ question... Pin
Alvaro Mendez16-Oct-00 8:50
Alvaro Mendez16-Oct-00 8:50 
GeneralRe: This smells like a VB vs. VC++ question... Pin
Jim Wuerch16-Oct-00 9:46
Jim Wuerch16-Oct-00 9:46 
GeneralRe: This smells like a VB vs. VC++ question... Pin
Alvaro Mendez16-Oct-00 9:59
Alvaro Mendez16-Oct-00 9:59 
As a C++ developer I know where you're coming from when you say that "it just feels wrong not clean up after yourself". I agree that it's weird... but what I find weirder is the total lack of control over memory management. You're basically allocating memory and then letting some ghostly thing that runs in the background clean up for you at some point. It's just strange.

The 3 things I'll miss the most in C# are:

1. allocation of objects on the stack,
2. templates, and
3. multiple implementation inheritance.

I do hear that templates will eventually make their way into the language (as "generics") in the next version. That should win over more C++ guys and at the same time throw more dirt over Java's grave.
GeneralRe: This smells like a VB vs. VC++ question... Pin
Chris Maunder16-Oct-00 10:30
cofounderChris Maunder16-Oct-00 10:30 
GeneralRe: This smells like a VB vs. VC++ question... Pin
Paul Wolfensberger19-Oct-00 15:00
Paul Wolfensberger19-Oct-00 15:00 
GeneralRe: This smells like a VB vs. VC++ question... Pin
Eli Vingot22-Oct-00 7:04
sussEli Vingot22-Oct-00 7:04 
GeneralRe: This smells like a VB vs. VC++ question... Pin
Eli Vingot22-Oct-00 7:04
sussEli Vingot22-Oct-00 7:04 

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.