#tdd
4 items tagged #tdd.
4 items tagged #tdd.
When AI handles tests and implementation together, it can satisfy itself without testing real behavior. Here's how to assign the work to get actual coverage.
Claude Code skips the failing-test step without enforcement. The TDD skill closes that gap by requiring a visible failing run before implementation is allowed to start.
Aider's edit format is well-suited to test-driven development. Write the failing test, ask aider to make it pass, review the diff. The structure produces better code than letting aider write both.