Linked by Thom Holwerda on Tue 15th Jan 2013 21:24 UTC
Thread beginning with comment 549043
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Utter rubbish. In fact in some circumstances VB actually has some advantages over C# (XML parsing for example).
In your opinion. I've had zero issues parsing Xml in C#. The VB syntax makes my eyes bleed. The best integration I've seen is Actionscript.
Absolute crap,
If you say so. I think most sensible people that have encountered VB programmers would beg to differ. Even recently, a contractor was "let go of" because his code was pretty much the epitome of VB legacy over sense.
I have seen C# programmers just wrap stuff in Try ... Catch statements when encountering a null pointer exception.
Haven't we all? And I've seen exactly the same in VB - plus all the other cruft that language brings with it. Between rewriting a few methods with bad decisions regarding exception handling and dealing with crusty VB code, well - I know what I'd prefer.
Or my personal favourite, catch the exception and throw e.Message ... so you lose the original exception.
Seriousy? Here is how I deal with that: 10 minute talk including best coding practices handout, misconduct warnings (1 verbal, 2 written), bad yearly review if there's no improvement, removal from project work - probable contract termination. Do you know how often my organisation has had to go past first formal written warning? Probably 2 times in the last 15 years. This is why you interview carefully - with a formal practical element, pay for training when required and don't hire incompetent people. That's not to say mistakes are never made, but that's also why you give new hires a 3 month probation and make sure contractors are on weekly contracts until they have proven themselves.
I am sure I could find quite a few other languages that are far worse. VB.NET is fine if you take some care about what you are doing.
And you can go on making excuses. Or you can just not use it. I know which one is better for my business and saves me the most money.
Every single problem you have brought up and every solution has to be due to bad development practices in the vast number of cases.
I have no idea what you mean by "crufty" VB code, everything I can do in VB has direct C# equivalent apart from some minor things. But I come from a Java background.
Yes there are a few shitty things, but much like JavaScript and PHP if you are mindful of them you can successfully mitigate the problems ... again this comes down to whoever is writing the software.





Member since:
2009-08-18
Utter rubbish. In fact in some circumstances VB actually has some advantages over C# (XML parsing for example).
Absolute crap, I have seen C# programmers just wrap stuff in Try ... Catch statements when encountering a null pointer exception. This is pretty much the modern equivalent of VB6's "On Error Resume Next", rather than deal with the condition sanely.
Or my personal favourite, catch the exception and throw e.Message ... so you lose the original exception.
I am sure I could find quite a few other languages that are far worse. VB.NET is fine if you take some care about what you are doing.
Just look at the dailywtf.com, there is bad code is eveyr language and the two factors that always rear their heads
* Mis-management
* Moronic Team members.
Edited 2013-01-16 17:03 UTC