1 line
570 B
Plaintext
Raw Normal View History

2025-01-14 19:08:20 +00:00
cb219 said What to think about an OSS library which has basically thrown away all testing? If a group of contributors maintains a big library used by millions of people, wouldn't you expect some kind of QA in form of tests in order to not let people break existing behavior? Ideally new contributions should provide code with tests too, right?,Curious about AI assisted TDD. Assisted writing of specs and then assisted implementation. Any experience so far? I kind of like the idea but I'm afraid it's like doing TDD with a toddler, helping less than 50% of the time.```