Skip to main content
Post Made Community Wiki
Source Link
Christopher Hawkins
Christopher Hawkins

I once worked on a project in which the project lead mandated that every variable - EVERY variable - be prefixed with "v". So, vCount, vFirstName, vIsWarranty, etc.

Why? "Because we're working in VBScript and everything is a Variant anyway".

WTF.