[thelist] [ASP] option explicit

Feingold Josh S Josh.S.Feingold at irs.gov
Mon Nov 18 09:21:01 CST 2002


--
[ Picked text/plain from multipart/alternative ]
>Do you guys use "option explicit" in you ASP files ?

Usually not.

>Why do/don't you use it ?

I find that most of my ASP applications are not complicated enough to
require option explicit.  I have yet to accidentally misuse a variable due
to my lack of declaration, which seems to be the main reason to do use
option explicit.  However, if I create an application which calls other
pages from within that page or some other place where variables can be
easily confused I use option explicit.

Josh
http://www.efeingold.com



More information about the thelist mailing list