From ee5636959e584bc1645c898b4e11b2a6fb514d54 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 21 May 2023 16:44:10 -0700 Subject: [PATCH] copy --- docs/ctags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ctags.md b/docs/ctags.md index 8df56b69d..058c67aca 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -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