| ▲ | teeray 4 hours ago | |||||||
That’s why I laugh when people are like “oh, AI writes all the tests, it’s so much easier.” If your code is hard to test, you need to change the abstraction or the interface. Tests are the first reuse of your code, so if it’s a pain to use in tests, it’s going to be terrible to use in general. | ||||||||
| ▲ | __mharrison__ 3 hours ago | parent | next [-] | |||||||
This is why I teach TDD when I'm teaching agent use to my clients. | ||||||||
| ▲ | layer8 4 hours ago | parent | prev [-] | |||||||
Not to mention that tests are at least as critical to get right as the code that is being tested. | ||||||||
| ||||||||