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

Conventions

Commits

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

Style

  • Consistent code style makes everyone's life easier--format your code and stick to the project's code style
Clone this wiki locally