headspin
Regular Member
- Jun 3, 2008
- 237
- 155
@WinterMute:
Rudyvise's answer pretty much sums up what I think too.
One more thing to take into consideration when programming is how time-efficient the language is. You may not know this, but for a professional, choosing the right language can mean the difference between sleepless nights and making a deadline with time to spare. For a beginner, it means the difference between a tedious chore and an enjoyable hobby.
The only point which you should have raised is that the managed code in .NET requires more system resources and thus for automation tasks it can reduce the time-efficiency of the code. While that is true, from a beginner's point of view there is no substitute for readability and ease-of-use, and a few extra seconds here or there don't really matter. Not to mention that the managed code itself is what makes VB .NET such a great language for blackhat applications.
One last thing: The pre-written code included with the course is an example of content that students will find exclusively in my course. For example, I included a complete software with source code that downloads, watermarks, and re-uploads Youtube videos in bulk.
Rudyvise's answer pretty much sums up what I think too.
One more thing to take into consideration when programming is how time-efficient the language is. You may not know this, but for a professional, choosing the right language can mean the difference between sleepless nights and making a deadline with time to spare. For a beginner, it means the difference between a tedious chore and an enjoyable hobby.
The only point which you should have raised is that the managed code in .NET requires more system resources and thus for automation tasks it can reduce the time-efficiency of the code. While that is true, from a beginner's point of view there is no substitute for readability and ease-of-use, and a few extra seconds here or there don't really matter. Not to mention that the managed code itself is what makes VB .NET such a great language for blackhat applications.
One last thing: The pre-written code included with the course is an example of content that students will find exclusively in my course. For example, I included a complete software with source code that downloads, watermarks, and re-uploads Youtube videos in bulk.
Last edited: