oxymoron of the day
-
Granted I do program VB.Net - although not by choice, but it is what we use - but I'm very interested and perplexed by the general dislike towards VB/VB.Net by a number of posters of this site.... Why is that? Something which can be explained? --------------------------- 127.0.0.1 - Sweet 127.0.0.1
-
Granted I do program VB.Net - although not by choice, but it is what we use - but I'm very interested and perplexed by the general dislike towards VB/VB.Net by a number of posters of this site.... Why is that? Something which can be explained? --------------------------- 127.0.0.1 - Sweet 127.0.0.1
BMW vs. Mercedes Windows vs. Mac Burger King vs. McDonalds Christianity vs. Islam Bush vs. Kerry Slashdot vs. Digg and on CP the C++ chaps outweigh the VB chaps. So VB is therefore crap. You won't get an unbiased VB opinion here. Not even from me as I used to do VB. regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!
-
Granted I do program VB.Net - although not by choice, but it is what we use - but I'm very interested and perplexed by the general dislike towards VB/VB.Net by a number of posters of this site.... Why is that? Something which can be explained? --------------------------- 127.0.0.1 - Sweet 127.0.0.1
Alsvha wrote:
Why is that? Something which can be explained?
Because many people have experienced that: a) Anything "B" is a terrible language to do anything professional in b) Any "B" language is intended for the "B"giner c) People who code in a "B" language often don't understand important concepts you will find in a "C" language I, for one, have experienced item c over and over again. I have found incredibly poor programming practices, no abstraction, a gross tendency to cut & paste rather than re-use, etc. And yet, these programmers seem to always be employed, in industries like medical insurance management. As a language, I find VB ugly, syntactically confusing, and to some extent belittling in how it coddles (when what I want is coding, not coddling). Marc VS2005 Tips & Tricks -- contributions welcome!
-
Granted I do program VB.Net - although not by choice, but it is what we use - but I'm very interested and perplexed by the general dislike towards VB/VB.Net by a number of posters of this site.... Why is that? Something which can be explained? --------------------------- 127.0.0.1 - Sweet 127.0.0.1
Visual Basic has made it possible for a large number of non-programmers and less-than-expert programmers to develop software, especially in business applications. Unfortunately, the tendency is for these projects to grow out of control, either in size, complexity, or both. Eventually it becomes clear to management that the VB 'programmer' is out of his/her depth. The usual scenario at this point is to have an expert come in and try to rescue the whole mess. Typically you end up with code, data, or both that can't be discarded for historical (read: management 'saving face') reasons. Your cleanup efforts are limited, and the customer's expectations can't be fully met. They end up thinking that you're the one who created the problem, conveniently forgetting that they decided to go cheap in the first place. We don't appreciate VB around here because it's such an enabler for this kind of thing.
Software Zen:
delete this;
-
BMW vs. Mercedes Windows vs. Mac Burger King vs. McDonalds Christianity vs. Islam Bush vs. Kerry Slashdot vs. Digg and on CP the C++ chaps outweigh the VB chaps. So VB is therefore crap. You won't get an unbiased VB opinion here. Not even from me as I used to do VB. regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!
Paul Watson wrote:
and on CP the C++ chaps outweigh the VB chaps. So VB is therefore crap. You won't get an unbiased VB opinion here. Not even from me as I used to do VB.
Funnily, you might notice how the C#ers are more passionate about bashing VB than C++ers!
-
BMW vs. Mercedes Windows vs. Mac Burger King vs. McDonalds Christianity vs. Islam Bush vs. Kerry Slashdot vs. Digg and on CP the C++ chaps outweigh the VB chaps. So VB is therefore crap. You won't get an unbiased VB opinion here. Not even from me as I used to do VB. regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!
-
Granted I do program VB.Net - although not by choice, but it is what we use - but I'm very interested and perplexed by the general dislike towards VB/VB.Net by a number of posters of this site.... Why is that? Something which can be explained? --------------------------- 127.0.0.1 - Sweet 127.0.0.1
It doesn't help that the only VB programmer I've known in real life was an arrogant twit who knew nothing. He was also something of a lying, backstabbing weasel. Did I mention that he was arrogant? *shudder* Probably the most arrogant person I've ever met. It's also that VB is often used to do a project "quickly" instead of "the right way."
-
Paul Watson wrote:
and on CP the C++ chaps outweigh the VB chaps. So VB is therefore crap. You won't get an unbiased VB opinion here. Not even from me as I used to do VB.
Funnily, you might notice how the C#ers are more passionate about bashing VB than C++ers!
-
Alsvha wrote:
Why is that? Something which can be explained?
Because many people have experienced that: a) Anything "B" is a terrible language to do anything professional in b) Any "B" language is intended for the "B"giner c) People who code in a "B" language often don't understand important concepts you will find in a "C" language I, for one, have experienced item c over and over again. I have found incredibly poor programming practices, no abstraction, a gross tendency to cut & paste rather than re-use, etc. And yet, these programmers seem to always be employed, in industries like medical insurance management. As a language, I find VB ugly, syntactically confusing, and to some extent belittling in how it coddles (when what I want is coding, not coddling). Marc VS2005 Tips & Tricks -- contributions welcome!
Marc Clifton wrote:
As a language, I find VB ugly, syntactically confusing, and to some extent belittling in how it coddles
This is my main dislike of VB as well (or rather VB.Net, cause I've never tried "old" VB other then VBScript in legacy asp). I actually dislike how verbose it is. --------------------------- 127.0.0.1 - Sweet 127.0.0.1
-
Alsvha wrote:
Why is that? Something which can be explained?
Because many people have experienced that: a) Anything "B" is a terrible language to do anything professional in b) Any "B" language is intended for the "B"giner c) People who code in a "B" language often don't understand important concepts you will find in a "C" language I, for one, have experienced item c over and over again. I have found incredibly poor programming practices, no abstraction, a gross tendency to cut & paste rather than re-use, etc. And yet, these programmers seem to always be employed, in industries like medical insurance management. As a language, I find VB ugly, syntactically confusing, and to some extent belittling in how it coddles (when what I want is coding, not coddling). Marc VS2005 Tips & Tricks -- contributions welcome!
-
Proberly because of the closeness of the two languages, "they" feel the need to differentiate themselves more fiercely whereas the C++'ers can do it simply by the langauge elements. :D --------------------------- 127.0.0.1 - Sweet 127.0.0.1
Alsvha wrote:
Proberly because of the closeness of the two languages, "they" feel the need to differentiate themselves more fiercely whereas the C++'ers can do it simply by the langauge elements.
Yeah, C# and VB are pretty similar - which perhaps is why in C# 3.0 they added some complicated looking syntax so people don't confuse it with VB :-)
-
BMW vs. Mercedes Windows vs. Mac Burger King vs. McDonalds Christianity vs. Islam Bush vs. Kerry Slashdot vs. Digg and on CP the C++ chaps outweigh the VB chaps. So VB is therefore crap. You won't get an unbiased VB opinion here. Not even from me as I used to do VB. regards, Paul Watson Ireland Colib and ilikecameras. K(arl) wrote: oh, and BTW, CHRISTIAN ISN'T A PARADOX, HE IS A TASMANIAN!
BMW Windows Burger King null null null C# Charlie if(!curlies){ return; }
-
Alsvha wrote:
Why is that? Something which can be explained?
Because many people have experienced that: a) Anything "B" is a terrible language to do anything professional in b) Any "B" language is intended for the "B"giner c) People who code in a "B" language often don't understand important concepts you will find in a "C" language I, for one, have experienced item c over and over again. I have found incredibly poor programming practices, no abstraction, a gross tendency to cut & paste rather than re-use, etc. And yet, these programmers seem to always be employed, in industries like medical insurance management. As a language, I find VB ugly, syntactically confusing, and to some extent belittling in how it coddles (when what I want is coding, not coddling). Marc VS2005 Tips & Tricks -- contributions welcome!
6 years of VB, then a switch to C# and C++. I don't like VB syntax anymore, tt's too verbose and doesn't visually flow as cleanly as C#. It's good to be alive
-
Alsvha wrote:
Why is that? Something which can be explained?
Because many people have experienced that: a) Anything "B" is a terrible language to do anything professional in b) Any "B" language is intended for the "B"giner c) People who code in a "B" language often don't understand important concepts you will find in a "C" language I, for one, have experienced item c over and over again. I have found incredibly poor programming practices, no abstraction, a gross tendency to cut & paste rather than re-use, etc. And yet, these programmers seem to always be employed, in industries like medical insurance management. As a language, I find VB ugly, syntactically confusing, and to some extent belittling in how it coddles (when what I want is coding, not coddling). Marc VS2005 Tips & Tricks -- contributions welcome!
Amen, I'd added that it's also syntactically ugly and ambigous ... ... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits