R
rawCoder
Hi All,
In Visual Basic .NET , your function definition might requirre you to return
a value but (accidently/intentionally) you dont put any 'return value' in
the function.
In this case VB Compiler does not generate any warning.
Is there any way to make the compiler generate this and other obvious
warnings, is there any switch, or still VB.NET development team assumes that
the VB developers use the language as a toy language.
And doesnt one think that the Warning and Error generated by VB Compiler
should match that of C#.
And when are we gonna get rid of 'Option Strict Off' and make 'Option Strict
On' a necessity rather than an option - shouldnt this be default.
Will VB.NET , despite its powers matching to that of C# , will always remain
as a toy language ??????
Thank you,
rawCoder
In Visual Basic .NET , your function definition might requirre you to return
a value but (accidently/intentionally) you dont put any 'return value' in
the function.
In this case VB Compiler does not generate any warning.
Is there any way to make the compiler generate this and other obvious
warnings, is there any switch, or still VB.NET development team assumes that
the VB developers use the language as a toy language.
And doesnt one think that the Warning and Error generated by VB Compiler
should match that of C#.
And when are we gonna get rid of 'Option Strict Off' and make 'Option Strict
On' a necessity rather than an option - shouldnt this be default.
Will VB.NET , despite its powers matching to that of C# , will always remain
as a toy language ??????
Thank you,
rawCoder