Back to all

finding-duplicate-functions

by Jesse Vincent

1920Feb 6, 2026Visit Source
Use when auditing a codebase for semantic duplication - functions that do the same thing but have different names or implementations. Especially useful for LLM-generated codebases where new functions are often created rather than reusing existing ones.