Update ctags.md

This commit is contained in:
paul-gauthier 2023-05-21 22:14:02 -07:00 committed by GitHub
parent 23385eb187
commit 2bee941ff9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,8 +22,8 @@ GPT-4 is great at "self contained" coding tasks, like writing or
modifying a pure function with no external dependencies. These work
well because you can send GPT a self-contained request ("write a
Fibonacci function") and it can create new code from whole cloth. Or
you can send it an existing function implementation and ask for self
contained changes ("rewrite the loop using list
you can send it an existing function implementation and ask for self-contained
changes ("rewrite the loop using list
comprehensions"). These require no context beyond the code being
discussed.