lorddev / coding-standards

Coding standards wiki with a focus on C#, as affected by StyleCop + Resharper
7 stars 1 forks source link

VB options #26

Open lorddev opened 10 years ago

lorddev commented 10 years ago
  1. VBScript (yes, some sites still use it): Option Explicit, always
  2. VB.NET: Option Explicit, Option Strict, etc. Set up your solution to build the same way MSBuild would if you called MSBuild using default parameters.