- Avoid side effects where possible.
- Utilise BigNumber when working with WEI amounts as native JS does not handle numbers so large.
Utilise array methods map, reduce and updateArray.
Camel case
Only if cannot be expressed cleanly in code and adds value to the reader.