Io Coding Standards








Conventions

    

Naming

  • Prototypes should begin with a capital letter, e.g. Array, Map, Object.
  • Methods producing a (possibly modified) copy of an object should begin with "as", e.g. asMutable, asUppercase, asNumber.




Comments

...




Indentation

...




Whitespace

spaces and tabs, trailing spaces




Commit Messages

A short description of the change with a reference to the issue # if relevant.