I was just wondering, it seems to me that alot of developers dont like visual basic , so what are the reasons for it?
Why does everyone hate VB ?
Started by reniery, Jun 04 2008 02:37 PM
174 replies to this topic
#1
Posted 04 June 2008 - 02:37 PM
|
|
|
#2
Guest_Jordan_*
Posted 04 June 2008 - 05:06 PM
Guest_Jordan_*
reniery said:
I was just wondering, it seems to me that alot of developers dont like visual basic , so what are the reasons for it?
I personally don't like the absence of strict syntax rules and the restriction of what you can accomplish.
Posted via CodeCall Mobile
#3
Posted 05 June 2008 - 02:36 AM
I'm not really sure but I think it's because it's limited on what it can do. I like VB and most languages but that's because I don't know enough about the language to hate it. :cool:
#4
Posted 05 June 2008 - 06:13 AM
Well personally I don't find it limited, with API's and DLL's you can do many things. I don't hate VB, but now I moved to something more powerful, simpler and IMO better.
#5
Posted 05 June 2008 - 12:38 PM
I think an important question is whether you are addressing VB.NET or VB 6.0. They are very different languages. VB 6.0 got a bad rap for being a language you would "write a proof of concept in, then write the actual program in another language that is more robust". VB 6.0 didn't scale too well. VB.NET is probably more stable/scalable, but it comes with the whole .NET overhead that I despise.
#6
Posted 12 June 2008 - 05:41 AM
#8
Posted 12 June 2008 - 08:46 AM
I wouldn't say it's limited.... but there are better programming languages.
#10
Posted 12 June 2008 - 02:23 PM
What do you mean by power and efficiency?
according to jordan Vb is even faster than Java and other languages.
And what can't it do?
according to jordan Vb is even faster than Java and other languages.
And what can't it do?
#11
Posted 13 June 2008 - 09:21 AM
Its syntax does not make certain tasks the easiest to write in code - I can't think of any specific examples ATM, but I get the feeling the language is designed to live up to its name - for instance, the Do While/Until statements - it seems like the use of both Until and While was designed to be easier for a beginner, as it's easy enough to negate a boolean value. It's a superb language to start of with, but I eventually found myself ready to take on a language with a C-like syntax.
#12
Posted 14 June 2008 - 04:15 AM
If the syntax is designed for a beginner it doesn't mean/make the language restricted.


Sign In
Create Account


Back to top









