Comment by catherinewu
5 months ago
We find that Claude is really good at test driven development, so we often ask Claude to write tests first and then ask Claude to iterate against the tests
5 months ago
We find that Claude is really good at test driven development, so we often ask Claude to write tests first and then ask Claude to iterate against the tests
Write tests (plural) first, as in write more than one failing test before making it pass?
Time to look up TDD, my friend.
One of today's lucky 10,000. His mind is about to expand beyond imagination.
2 replies →
Time to actually read Test-Driven Development By Example, my friend. Or if you can't stomach reading a whole book, read this: https://tidyfirst.substack.com/p/canon-tdd
TL;DR - If you're writing more than one failing test at a time, you are not doing Test-Driven Development.
1 reply →