mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
copy
This commit is contained in:
parent
ee3370dc94
commit
ee5636959e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ comprehensions"). These require no context beyond the code being
|
|||
discussed.
|
||||
|
||||
Most real code is not pure and self-contained. And many common code
|
||||
changes require you to understand related code from many parts of a
|
||||
changes require you to understand related code from many different files in a
|
||||
repo. If you want GPT to "switch all the print statements in Foo to
|
||||
use the logging system", it needs to see the code in the Foo class
|
||||
with the prints, and it also needs to understand how the logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue