Post #1722056
2026-04-19 17:13 UTC
@jneen i setup and read the tests and make them fail first. that’s maybe the most important part
Replies (1)
-
@AT1ST@mstdn.ca 2026-04-27 02:01
@phillmv @jneen Personally, not using LLMs in my experience, I prefer writing the implementation, then writing the automated tests to pass, and then check what I need to do to the automated test to cause it to fail. That way, I can confirm it passes for the right reasons, rather than I managed to make the code pass the test.