7 ms·
Same for me. I actively ask the LLM to write as few tests as possible. Otherwise you end up redundant and low value ttests.
by dcastm 3mo 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.
- dkn 3mo agoYep, 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.