←back to thread

858 points cryptophreak | 8 comments | | HN request time: 0.864s | source | bottom
1. m3kw9 ◴[] No.42934441[source]
There is a black box effect between when you press enter and it starts updating code in multiple places. Like wtf just happened, I have to find these changes, which code broke dependencies. It should be more step wise visually
replies(5): >>42934462 #>>42934514 #>>42934586 #>>42934741 #>>42934755 #
2. seunosewa ◴[] No.42934462[source]
In VS Code Copilot you have to approve every change manually when you apply to from the chat.
3. Take8435 ◴[] No.42934514[source]
Are you... not using git?
4. barrenko ◴[] No.42934586[source]
The next couple of years will be dedicated to working that out.
replies(1): >>42935059 #
5. josefrichter ◴[] No.42934741[source]
In some editors, like Windsurf, you will get git-like diff and you have to approve each change (or accept all in bulk, of course).
6. joshstrange ◴[] No.42934755[source]
Aider + git makes this a non-issue. You can revert anything it does easily (even 5-10 steps down the line) and it shows you the code blocks it's changing in the chat UI as well.
7. naiv ◴[] No.42935059[source]
rather months than years
replies(1): >>42935486 #
8. barrenko ◴[] No.42935486{3}[source]
Yes, more like it.