G
Guest
when i first started using .net (beta 1) i came across option strict and
thought hey this could be really good, and since then have always turned it
on, most people here seem to agree that this is a good thing.
i have now been asked to debug a vb2005 web app for 3 weeks and there is no
mention of option strict in it, (there are also no classes defined, just a
couple of structures) everything is define as 'as object', data coming back
from a database call is 'Object' with a string appended to make it a valid
string ...
trying to debug this nightmare is worse than i could possibly imagine
so if you ever are tempted to turn option strict off please consider suicide
first!
thought hey this could be really good, and since then have always turned it
on, most people here seem to agree that this is a good thing.
i have now been asked to debug a vb2005 web app for 3 weeks and there is no
mention of option strict in it, (there are also no classes defined, just a
couple of structures) everything is define as 'as object', data coming back
from a database call is 'Object' with a string appended to make it a valid
string ...
trying to debug this nightmare is worse than i could possibly imagine
so if you ever are tempted to turn option strict off please consider suicide
first!