Click here to Skip to main content
15,918,050 members

Survey Results

The trend in programming   [Edit]

Survey period: 14 Jan 2002 to 20 Jan 2002

Many of the new features in .NET and other frameworks are aimed at making programming simpler, faster and less bug ridden. Does the trend towards smarter programming environments mean dumber programmers?

OptionVotes% 
The more help we can get the better our apps will be.345.26
Better tools and environments means higher productivity.7611.76
Applications are getting more complex so these tools merely help us keep up.9414.55
Programming is only half of it - you still need smart developers to design the apps in the first place.25239.01
Making programming easier means dumber programmers will be writing apps (meaning poorer quality apps)10816.72
Features such as garbage collection mean lazier programmers and poorer quality apps497.59
I don't see it changing things at all.335.11



 
GeneralGC Pin
Christopher Lord20-Jan-02 15:17
Christopher Lord20-Jan-02 15:17 
GeneralRe: GC Pin
George20-Jan-02 16:05
George20-Jan-02 16:05 
GeneralRe: GC Pin
Christopher Lord20-Jan-02 17:07
Christopher Lord20-Jan-02 17:07 
Your link doesnt seem to be working, but I think I've read that particular one already.

garbage collection is definately useful in a new language, since it guarentees a certain behavior (memory will be cleaned up). The error rate is reduced, which definately can not be argued against, except for the performance implications, which is marginal for most applications.

C++ uses pointers to the core, so I would agree completely that a garbage collector would be to unpredictable (how do you know a pointer is still valid?). It introduces more problems than it solves.

I'll be the first to admit I dont know all I could about this topic, but perhaps because of this I dont see why GC is automatically evil (or at least completely useless) in the eyes of so many.

It removes a source of error at virtually no cost, so why do people not like it so much?

// Rock
GeneralRe: GC Pin
Christian Graus20-Jan-02 17:14
protectorChristian Graus20-Jan-02 17:14 
GeneralRe: GC Pin
George21-Jan-02 2:21
George21-Jan-02 2:21 
GeneralRe: GC Pin
Christian Graus20-Jan-02 16:18
protectorChristian Graus20-Jan-02 16:18 
GeneralHTML was writing on the wall... Pin
Mailgoatz19-Jan-02 20:15
Mailgoatz19-Jan-02 20:15 
GeneralRe: HTML was writing on the wall... Pin
Paul Watson20-Jan-02 2:39
sitebuilderPaul Watson20-Jan-02 2:39 
GeneralRe: HTML was writing on the wall... Pin
Mailgoatz20-Jan-02 11:15
Mailgoatz20-Jan-02 11:15 
GeneralRe: HTML was writing on the wall... Pin
Paul Watson20-Jan-02 22:13
sitebuilderPaul Watson20-Jan-02 22:13 
GeneralRe: HTML was writing on the wall... Pin
George20-Jan-02 23:28
George20-Jan-02 23:28 
GeneralRe: HTML was writing on the wall... Pin
Mailgoatz21-Jan-02 10:55
Mailgoatz21-Jan-02 10:55 
General.NET is faster ?!!!! Pin
Hadi Rezaee19-Jan-02 8:44
Hadi Rezaee19-Jan-02 8:44 
GeneralRe: .NET is faster ?!!!! Pin
Tim Smith19-Jan-02 8:58
Tim Smith19-Jan-02 8:58 
GeneralRe: .NET is faster ?!!!! Pin
Chris Maunder20-Jan-02 12:35
cofounderChris Maunder20-Jan-02 12:35 
GeneralRe: .NET is faster ?!!!! Pin
Christian Graus20-Jan-02 12:55
protectorChristian Graus20-Jan-02 12:55 
GeneralRe: .NET is faster ?!!!! Pin
Chris Maunder20-Jan-02 13:21
cofounderChris Maunder20-Jan-02 13:21 
GeneralRe: .NET is faster ?!!!! Pin
Christian Graus20-Jan-02 13:38
protectorChristian Graus20-Jan-02 13:38 
GeneralRe: .NET is faster ?!!!! Pin
Chris Maunder20-Jan-02 14:01
cofounderChris Maunder20-Jan-02 14:01 
GeneralRe: .NET is faster ?!!!! Pin
Christian Graus20-Jan-02 14:11
protectorChristian Graus20-Jan-02 14:11 
GeneralRe: .NET is faster ?!!!! Pin
Christopher Lord20-Jan-02 14:42
Christopher Lord20-Jan-02 14:42 
GeneralRe: .NET is faster ?!!!! Pin
Chris Maunder20-Jan-02 14:51
cofounderChris Maunder20-Jan-02 14:51 
GeneralRe: .NET is faster ?!!!! Pin
Christian Graus20-Jan-02 15:09
protectorChristian Graus20-Jan-02 15:09 
GeneralFrom Stroustrup Pin
Chris Losinger17-Jan-02 7:50
professionalChris Losinger17-Jan-02 7:50 
GeneralMissing the point entirely Pin
Sef Tarbell17-Jan-02 6:16
Sef Tarbell17-Jan-02 6:16 

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.