Why VB is Bad for You
Here’s another reason why Visual Basic is bad for the programming soul, from The Daily WTF:
‘Check if we need to increase the array sizes
If recs > 475 Then
Print recs
MsgBox "Call I.S. to increase your array sizes!", vbOkOnly, "Too many warehouses"
End
End If
We won’t resize our array if the company builds more warehouses. We’ll insist they call another department…
| This entry was posted on Wednesday, November 10th, 2004 at 5:17 pm and is tagged with array sizes, msgbox, warehouses, visual basic, nbsp. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback. |
I only some what agree. It’s not the language, it’s the IDE in my opinion. People do terrible things in ALL languages. It just seems the ease of use in the IDE for VB6 or VB.NET makes lazy programming even more lazy and terrible.
Not that VB is bad itself, or all VB coders are bad. It just happens that most really bad programming seems to be done in VB–a paradox, as it’s a modern language with some great features and strong typing.
Dear Elliot,
I don’t have the slightest ID what this has to do with VB being a bad programming language? As a hardcore VB-developer I couldn’t disagree with you more. The example above from the Daily WTF is only a sample of stupid programming, not proof that VB in itself is stupid… you can do the same stupid thing in Java, C# etc.
just my personal 2c of course