Click here to Skip to main content
15,891,863 members

Survey Results

Why are people derisive towards Visual Basic?   [Edit]

Survey period: 19 Jan 2004 to 25 Jan 2004

VB has received a lot of flak over the years. Why? (Sent in by FruitBatInShades)

OptionVotes% 
Because it's horrible39726.97
Because they have never used it16611.28
Because people are programming snobs36124.52
Because they need to grow up1177.95
Because it's not a real programming language!43129.28



 
GeneralRe: VB does not make bad software! Pin
Shog920-Jan-04 16:33
sitebuilderShog920-Jan-04 16:33 
GeneralRe: VB does not make bad software! Pin
FruitBatInShades21-Jan-04 0:15
FruitBatInShades21-Jan-04 0:15 
GeneralRe: VB does not make bad software! Pin
Big Orange21-Jan-04 5:22
Big Orange21-Jan-04 5:22 
GeneralMissing a Choice Pin
Frisky20-Jan-04 3:08
Frisky20-Jan-04 3:08 
GeneralRe: Missing a Choice Pin
Shog920-Jan-04 16:30
sitebuilderShog920-Jan-04 16:30 
GeneralRe: Missing a Choice Pin
Frisky21-Jan-04 4:59
Frisky21-Jan-04 4:59 
GeneralRe: Missing a Choice Pin
KevinHall21-Jan-04 13:40
KevinHall21-Jan-04 13:40 
GeneralRe: Missing a Choice Pin
Frisky22-Jan-04 8:10
Frisky22-Jan-04 8:10 
Good point. But, not what I meant.

What I mean is that from the constructs of computer science (finite automata) it contains the same language features built into most (if not all) languages. For example, looping (for/next, do/while, while/do), selection (if, switch/case), etc.

If you drill into the finer points of each language, each has its strengths and weaknesses. I am making a more general comparison. Some of the features you mention come with huge pitfalls. For example, why use C++ to write inline assembly? Why not write assembly? If the function calls for that kind of performance, I want a tool that supports that type of development. What about macro substitution? I cannot begin to tell you the number of times I have seen programmers shoot theirself in the foot with a macro in C or C++.

I fully agree that C++ templates, and Eiffel "design by contract", etc. are wonderful features. Personally, I love to build objects using mix-in classes. This works best using multiple inheritence. Interfaces are great, but I don't want to have to build every interface from scratch.

General...what about VBScript? Pin
Luca Leonardo Scorcia20-Jan-04 1:38
professionalLuca Leonardo Scorcia20-Jan-04 1:38 
GeneralRe: ...what about VBScript? Pin
Shog920-Jan-04 16:24
sitebuilderShog920-Jan-04 16:24 
GeneralVB6: Horrible, VB.NET: not so bad Pin
Mike Dimmick20-Jan-04 1:10
Mike Dimmick20-Jan-04 1:10 
Generalmy answer is missing Pin
Corinna John19-Jan-04 23:37
Corinna John19-Jan-04 23:37 
GeneralRe: my answer is missing Pin
Jörgen Sigvardsson20-Jan-04 8:46
Jörgen Sigvardsson20-Jan-04 8:46 
GeneralI actually paid Pin
Rob Manderson19-Jan-04 23:36
protectorRob Manderson19-Jan-04 23:36 
GeneralRe: I actually paid Pin
NormDroid20-Jan-04 21:13
professionalNormDroid20-Jan-04 21:13 
GeneralRe: I actually paid Pin
Rob Manderson20-Jan-04 22:12
protectorRob Manderson20-Jan-04 22:12 
GeneralIt's not the language... Pin
Marc Clifton19-Jan-04 15:49
mvaMarc Clifton19-Jan-04 15:49 
GeneralRe: It's not the language... Pin
AllenR19-Jan-04 22:09
professionalAllenR19-Jan-04 22:09 
GeneralRe: It's not the language... Pin
Michael P Butler19-Jan-04 23:02
Michael P Butler19-Jan-04 23:02 
GeneralRe: It's not the language... Pin
Anonymous20-Jan-04 2:10
Anonymous20-Jan-04 2:10 
GeneralRe: It's not the language... Pin
preinsko19-Jan-04 22:51
preinsko19-Jan-04 22:51 
GeneralRe: It's not the language... Pin
Marc Clifton20-Jan-04 1:50
mvaMarc Clifton20-Jan-04 1:50 
GeneralRe: It's not the language... Pin
Anonymous20-Jan-04 8:32
Anonymous20-Jan-04 8:32 
GeneralRe: It's not the language... Pin
noelhx20-Jan-04 4:08
noelhx20-Jan-04 4:08 
GeneralRe: It's not the language... Pin
preinsko20-Jan-04 23:21
preinsko20-Jan-04 23:21 

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.