Donneray

Information from classes and day to day stuff

Rules of Programming

  • 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