Skip to content

Development Process

Standard process for all development tasks on the team.


Steps

  1. Read the Linear issue carefully before starting
  2. Research if the approach is unclear — create a Research page in the Research Hub
  3. Build in small, testable increments
  4. Test before marking as Done
  5. Document key decisions and gotchas
  6. Move issue to Done in Linear when complete

Code Standards

  • Use clear variable names
  • Comment complex logic
  • Keep functions small and single-purpose
  • Push code to the agreed repo/location