Comment by LouisSayers
5 months ago
Could you tell us a bit about the coding tools you use and how you go about interacting with Claude?
5 months ago
Could you tell us a bit about the coding tools you use and how you go about interacting with Claude?
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.
5 replies →