From 561f43373353bb125e963faf922adb72bfe3c69b Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 20 Oct 2023 10:09:26 -0700 Subject: [PATCH] copy --- docs/repomap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/repomap.md b/docs/repomap.md index 3c41dd302..5481b00a6 100644 --- a/docs/repomap.md +++ b/docs/repomap.md @@ -8,8 +8,8 @@ like generating or modifying a simple function that has no dependencies. Tools like GitHub CoPilot serve these simple coding tasks well. -But it's much more difficult for humans or AIs to make -complex changes in a larger, pre-existing codebase. +But making complex changes in a larger, pre-existing codebase +is much more difficult, for both humans and AIs. To do this successfully, you need to: 1. Find the code that needs to be changed.