I had really thought the VB team at Microsoft would do the right thing and turn on Option Strict by default with VS 2005, but in Beta 2 it is still disabled. This is one of the first things I change when I configure my VS options, so I was disappointed to find Option Strict set to Off when I checked.
I'm sure there's some (il)logic to this decision, but I mean, come on already. Option Strict is there to help ensure developers write safer code (from a type conversion point of view, not in a security sense), so why not have it enabled out of the box? Turning it on by default forces developers to think about specific situations for when they would want to turn it off. And getting developers to think about things like that is a good thing.
So here's hoping Option Strict is turned on by defalt when VS 2005 goes gold.
Print | posted on Sunday, April 24, 2005 5:11 PM