How do you keep AI dev tools from breaking working code while fixing small bugs?
by•
It’s super annoying when an assistant tries to fix a tiny issue and ends up rewriting whole files.
After a couple tries, you end up with brand new errors and the original bug is still right there.
Do you guys set hard limits in your prompts or do you just revert to clean commits as soon as it strays off track?
7 views
Replies
I'd probably tell the assistant exactly which files and lines it can change.
small bugs can turns into bigger issue pretty faster when too much code gets changed.