[thelist] [ASP] option explicit

Jacques Capesius jacques_capesius at cnt.com
Mon Nov 18 10:53:00 CST 2002


Do you guys use "option explicit" in you ASP files ?

I always do it, unless I forget ;)

Why do/don't you use it ?

I use option explicit with the express purpose of making the ASP code less
forgiving. Since option explicit forces me to dim all of my variables, it
holds me to what I personally think is better programming practice.



More information about the thelist mailing list