Do you always use Option Explicit?

Updated by Brady Stroud [SSW] 1 year ago. See history

123

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.
acknowledgements
related rules