MDRSS · MARKDOWN SNAPSHOT
0.0/10
Test-Driven Development (TDD)
--- name: test-driven-development description: Use when implementing any feature or bugfix, before writing implementation code --- Write the test first. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing.