Post

JR
JR@Jacob_Ninja·
@dreamsofcode_io You've got my attention. How does this work for you? For context I like writing tests first as a "wishful thinking" exercise to iterate on interface and dependencies before an implementation pass
English
1
0
1
61
Dreams of Code
Dreams of Code@dreamsofcode_io·
This works best for regressions I find, but I have a skill that prompts the agent to prove that something doesn’t work or a behavior isn’t implemented by writing a test. Then it has to wait for me to run the test and review it for correctness before it can implement the change. I’ve found this solves a lot of the garbage testing that agents like to create and I can actually proof that the fix was implemented. It’s not perfect, but it’s better than not doing it.
English
1
0
2
67
JR
JR@Jacob_Ninja·
@dreamsofcode_io Gotcha so it's like a red/green strategy to make sure the test is valuable. Thanks 👍
English
1
0
1
23
Paylaş