Development Guides #
Best practices and workflows for the development team.
Available Guides #
- Code Standards - Coding conventions and style
- Git Workflow - Branching and PR process
Philosophy #
We believe in:
- Readable code over clever code
- Small, focused PRs over large changesets
- Testing as part of development, not an afterthought
- Documentation for anything non-obvious