Comment by dcastm
3 days ago
Same for me. I actively ask the LLM to write as few tests as possible. Otherwise you end up redundant and low value ttests.
3 days ago
Same for me. I actively ask the LLM to write as few tests as possible. Otherwise you end up redundant and low value ttests.
Yep, and wasted token spend on an ongoing basis.
I instruct the LLM to follow TDD practices in certain areas, but otherwise prioritize integration style tests at the edges.