Rules of Programming Posted on October 30, 2014 by admin Indent Naming conventions Method Names Hungarian Notation Camel Case Small Methods (usually less than half a page) Dim at top (usually) Dim all variables Description of what method dos at top Ease of maintenance in writing