5 ms·
When using aider for development, do you typically review the generated diffs in aider itself or do you use an external tool? Trying to figure out what a good
by zith 2y ago
When using aider for development, do you typically review the generated diffs in aider itself or do you use an external tool?
Trying to figure out what a good workflow looks like.
- anotherpaulg 2y agoMostly I just review the chat output. But I also use /diff to see actual unified diffs of the last AI change. Or if I have made a sequence of changes, I'll use my normal git tools to diff the entire branch, etc.