Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 336 Bytes

StyleGuide.md

File metadata and controls

16 lines (9 loc) · 336 Bytes

General

  • Avoid side effects where possible.
  • Utilise BigNumber when working with WEI amounts as native JS does not handle numbers so large.

Updating arrays

Utilise array methods map, reduce and updateArray.

Naming

Camel case

Inline comments

Only if cannot be expressed cleanly in code and adds value to the reader.