nibbles
Converting Claude to TDD
I think I’ve converted Claude 3.7 to be a proponent of TDD.
It made a change and then updated the test, which passed. Me: “I want to see the test fail first Claude: notes that’s a classic TDD move and reverts the production code change Claude: “Now let’s run the test to see it fail:” Test: still passes without the production code change Claude: “That’s interesting. Let me run the specific test with more verbose output to understand why it’s not failing:
LOL.