Banjo

52 thoughts
last posted Nov. 9, 2015, 7:13 p.m.

29 earlier thoughts

0

Naming conventions

  • capitalize packages: Number, String, List, ...
  • base prototype/trait to add useful methods to variants: list like, string like
  • constructors: List.with object, String.from code points
  • lower case for parameters/locals: number, string, data, 'strings,players`, ...
  • adjectives for contracts: ...

22 later thoughts