Best Practices¶
Accumulated experience and guidance for "what's the recommended way," once you already know how to use Compono. Distinct from Concepts (what something is and when to reach for it) and How-to Guides (accomplishing one specific task) — this section assumes both, and answers "given that I know how, what's actually recommended as a project grows."
Pages¶
- Organizing Profiles — structuring profiles as a project grows past a handful of tests.
- Large Test Suites — patterns that hold up as a suite scales into the hundreds or thousands of tests.
- Naming Conventions — profile/test naming that stays readable at scale.
- Reusing Configuration — sharing registrations/rules across profiles without duplication.
- Performance Recommendations — practical guidance, distinct from Architecture's explanation of why the numbers are what they are.
- Deterministic, Non-Brittle Tests — keeping tests reproducible and resistant to unrelated changes as a suite grows.
Next¶
- Haven't used Compono yet? Start with Getting Started — this section assumes you already have.
- Want the reasoning behind a specific API choice, not just the recommendation? → Concepts.