Skip to content
Angad edited this page Sep 18, 2023 · 8 revisions

Conventions

Commits

Merging

  • Squash merge only--maintain a linear git history

Code

Comments

  • Use TODO and FIXME wherever applicable, being consistent with this makes it easy to find things to do/fix in the codebase
  • Write comments (ideally laconic in nature) to explain anything that isn't immediately obvious from reading the code--tragic as it is, we aren't all mind readers
Clone this wiki locally