Duplicate code detection & refactoring across repositories #105
philwinder
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
This is well expressed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Interesting discussion on linkedin about how there's an opportunity to perform duplication detection across repositories.
Russ' problem was that of duplicated code across microservices when working with similar data structures:
The first step is to be able to see the problem. So my initial thought is to include some kind of simple "duplication detector" that runs within and across indexes.
Once we can see it, then maybe we can add a tool to the MCP server to pull out selected offending code from specific codebases and have a demo where we're asking the LLM to write unifying libraries.
Beta Was this translation helpful? Give feedback.
All reactions