|
|
|
|
|
by steveklabnik
286 days ago
|
|
I once had a refactoring that I wanted to do, but I was pretty sure it'd hit a lot of code and take a while. Some error handling in a web application. I was able to ask Claude "hey, how many function signatures will this change" and "what would the most complex handler look like after this refactoring?" and "what would the simplest handler look like after this refactoring?" That information helped contextualize what I was trying to intuit: is this a large job, or a small one? Is this going to make my code nicer, or not so much? All of that info then went into the decision to do the refactoring. |
|
Obviously the actual substance of the response matters, this is not under discussion.
But does it matter whether the LLM replies "ok, cool, this is what's going on [...]" vs "You are absolutely right! You are asking all the right questions, this is very insightful of you. Here's what we should do [...]"?