Remix.run Logo
ex-aws-dude an hour ago

I had a scenario the other day where the codebase had two functions

fooBar() and fooBarExtended()

The latter had additional params and functionality that was needed for the current problem.

Instead of calling that function though Claude kept trying to add in the same extended params to the first function

Even after telling it not to do that it kept suggesting the same thing again later, its so annoying sometimes