|
|
|
|
|
by theptip
1119 days ago
|
|
I can see the argument and wouldn’t want to go overboard with generated comments, but it’s nice to have some in the source for now, since IDEs have tooling to display source comments in various contexts (eg hover over a function and get its docstring). I can definitely see the utility of a “tell me more about this method” button that gets descriptions from GPT. I also like the “ChatGDB” style of interface where all the local UI context is added to your GPT session (eg “what is this code doing” will answer about what you have selected, in the context of the whole file, and perhaps with the ability to retrieve other files too if needed for the explanation). |
|