Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Advice For Becoming A Good Programmer
#20
(01-05-2012, 10:04 PM)King Wrote: My advice would be to stay away from VB.NET. :p

No, I would say that's not the best advice here. VB.Net isn't the best language, but it does give you an idea of how to use syntax, and how to keep your code clean and organized if you're starting to make bigger projects. You can't move into a scripting language right away and expect it to be easy without having a basic understanding of how operators work, and how to define and work with type objects which is what VB.Net sets you up with very well if you're only a beginner. No other language really does it as good as VB.Net in my opinion. C# is a little harder, and most scripting languages don't have something like intellisense to make sure you understand what you're doing wrong before you go too far with it. If you move to something else, most other languages are probably going to be overwhelming for most beginners. C++, Java, etc... I would still suggest getting used to the way programming works with an introduction to VB.Net.

It should give you a better understanding on how to be strict with conversions between types, how to use classes, how to make things faster (Not all methods are as fast as some, especially if you have a looping function.) And for something like Multi-threading which is very important, I don't think there's a better language than VB.Net to do that, even though it exists in other languages, and even scripting languages like Perl.
Reply


Messages In This Thread
RE: Advice For Becoming A Good Programmer - by AceInfinity - 01-05-2012, 10:13 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)