4
Shago
7y

I hate people forgetting to enable option strict on Visual Basic .NET.

Why the heck does Visual Studio has it disabled by default anyways?!

Only use of disabling it I ever have found is for SignalR, disable it on just the file you need to.

Wait! There's another use, to compile the code of people that doesn't enable it. That is, of course, without rewritting the entire code base!

Comments
Add Comment