Do you always use Option Explicit?

Last updated by Brady Stroud [SSW] over 1 year ago.See history

Option Explict should always only be used in VB.NET.

This will turn many of your potential runtime errors into compile time errors, thus saving you from potential time bombs!

We have a program called SSW Code Auditor to check for this rule.
We open source. Powered by GitHub