Slashdot Mirror


User: tccd22

tccd22's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Each to his own on Making an Argument Against Using Visual-Basic? · · Score: 2, Interesting

    I taught myself C in college and made loads of money making small programs. I got to learn C++ and VB simulatneously when working on medical imaging projects. There are three main points i would make for extending a perhaps "legacy system" thats built using a language, any language

    1) If it aint broken dont fix it.
    I guess you are quite a whiz at OOPS and C++ but what you really need to do is bring in the DELIVERABLES. So dont bother asking the question... if its built in VB (i would guess vb6) and it isnt a lot of pain (some say VB is a walk in the park, really?), dont mess with it.

    2) Make sure you are familiar with it without prejudice!
    Oh yeah, i heard a lot of people cursing, blaming and even trying to bring on a ban of sorts for VB6 but seriously its been a favorite RAD tool for many many people. And i suspect some people who do all the above may even use it when they need a quickie UI built! But seriously, i dont see any point burining VB6 at the stake and i dont see any point in installing in on a pedestal in the RAD Hall of fame... its a language, its used (quite extensively for "front ends") so get familiar and then form an opinion.

    3) If all the above dosent work, the boss will realise himself
    I agree to this -> VB can be a hell at times. I personally like coding in C++ and the .Net (pref. C#). so if the boss dosent see the point right now, he will in a few days
    ... hopefully :)