Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 123 Bytes

TODO.md

File metadata and controls

4 lines (3 loc) · 123 Bytes

Optimisations

  • short ifs (if x then y instead of if x; y)
  • short whens (when x then y instead of when x; y)