Post #1401865
2026-02-05 22:25 UTC
@jose @mlevison but tdd in this context will only work if you can write _all_ the tests, covering _all_ the edge cases, including security and performance.
And if that was possible, which I honestly doubt, you'd still be building up a black box system with potential problems in terms of architecture and understanding
Replies (1)
-
@mlevison@agilealliance.social 2026-02-05 22:28
@imcdowall @jose Early days. We're still learning. I mostly use: https://github.com/PaulDuvall/claude-code --- I use /xspec to create the core acceptance criteria. I read and edit. Then use /xtdd to attempt to write the code. I keep all changes small and only commit what I can read and understand.