Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 311 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 311 Bytes

Style Guidelines

  • Include spaces after commmas
  • Don't go over the 79 per-line character limit
  • Don't explicitly parameterize types unless it's necessary
  • Never leave things without type qualifications. Use an explicit Any.
  • Order method definitions from most specific to least specific type constraints