-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add notes to sidekick about how to use it to write unit tests #39
Comments
have you thought about how to hook the sidekick 'add feature/fix bug' to unit tests? I'm thinking that just plain saving the file is bad, given the LLM isnt perfect. |
Some clarity on your question Are you saying to build in a loop mechanism for sidekick of build feature, write tests, iterate until tests pass? |
yes. But we iterate over the 'feature' not the tests, until tests pass. Think iterating on tests until they pass given current working code...is... something that i'd avoid building into the tooling. Heh users are going to use it thinking its magic and end up having tests that bake in their bugs. Ideally it would actually write the tests, have the human verify it. but we could start off with tests as a separate thing, making the 'build feature' dependent on tests being there to begin with. Call it a build to test feature. I'm coming from a TDD approach where we write tests first. |
No description provided.
The text was updated successfully, but these errors were encountered: