This commit is contained in:
Paul Gauthier 2023-10-20 10:09:26 -07:00
parent 815fdaabc3
commit 561f433733

View file

@ -8,8 +8,8 @@ like generating or modifying a simple function
that has no dependencies. Tools like GitHub CoPilot serve that has no dependencies. Tools like GitHub CoPilot serve
these simple coding tasks well. these simple coding tasks well.
But it's much more difficult for humans or AIs to make But making complex changes in a larger, pre-existing codebase
complex changes in a larger, pre-existing codebase. is much more difficult, for both humans and AIs.
To do this successfully, you need to: To do this successfully, you need to:
1. Find the code that needs to be changed. 1. Find the code that needs to be changed.