Telling the truth Quote by Kevin Harvey
““Testing and documentation have a crucial relationship—your tests prove that your documentation is telling the truth.””
About This Quote
Source Talk: Software Engineering Conference, 2020
Tests act as evidence that documentation accurately reflects system behavior, linking verification to description.
In simple terms: Tests verify documentation truth.
Use tests to validate docs.
Themes
Mood
Type
When to use this quote
- code reviews
- API design
- onboarding
- maintenance
- regulatory compliance
Key Concepts
Questions to Reflect On
- How do you keep docs and tests aligned?
- What risks arise when documentation is untested?
Documentation may become outdated if not kept in sync with code changes.