Development Process¶
Standard process for all development tasks on the team.
Steps¶
- Read the Linear issue carefully before starting
- Research if the approach is unclear — create a Research page in the Research Hub
- Build in small, testable increments
- Test before marking as Done
- Document key decisions and gotchas
- 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