W
W.G. Ryan eMVP
It's definitely a good read and I agree, that security stuff was a pain - i
can't get to mine either ;-(
can't get to mine either ;-(
Cor Ligthert said:Greg answered it by the way. In the context as you write it now does it
nothing. Option Strict On prevents you from writting bad programs. Option
Strict On or Off does nothing when the program is already writen right.
right.
Greg Burns said:I just got a chance to read the chapter "Option Slow On". I did not come
away with the same conclusion you state here. Nowhere did Appleman state
(or imply) that Option Strict On by itself makes your code run faster. It
is simply the coding style (strict type checking) that it enforces that
provides the speed benefit.
Herfried K. Wagner said:One could easily check that by comparing the IL of the same application,
compiled with 'Option Strict Off' and 'Option Strict On'.