docs: add TDD red-orange-green workflow memo

This commit is contained in:
Bu5hm4nn
2026-03-23 23:29:55 +01:00
parent 133908dd36
commit ed6daf6d47

View File

@@ -25,6 +25,11 @@
- Backend service existence is not enough.
- The rendered page must actually consume the live data path.
6. **Always work with TDD principles: Red, Orange, Green.**
- Start by making the failure visible with a test or reproducible check (Red).
- Iterate toward partial progress while keeping the failure scoped and observable (Orange).
- Finish only when the behavior is implemented and the test loop passes cleanly (Green).
## Project Learnings
### NiceGUI layout constraint