Purpose
Mandate test-driven development across all platforms. Platform coding standards reference this for the TDD workflow, then add platform-specific test tooling and conventions.
TDD workflow (mandatory)
For any new behavior or bug fix:
-
Red — Write failing test(s) first
- Derive test cases from acceptance criteria
- Run tests to confirm failure
- Do NOT write implementation code yet
-
Green — Write minimum code to pass
- No feature creep beyond test requirem
[Description truncada. Veja o README completo no GitHub.]