Io Coding Standards
Conventions
Naming
Prototypes should begin with a capital letter, e.g.
A
rray,
M
ap,
O
bject.
Methods producing a (possibly modified) copy of an object should begin with "
as
", e.g.
as
Mutable,
as
Uppercase,
as
Number.
Comments
...
Indentation
...
Whitespace
spaces and tabs, trailing spaces
Commit Messages
A short description of the change with a reference to the issue # if relevant.