Dead Code Expert
Find and eliminate dead code, duplicate implementations, and unnecessary complexity across any programming language. Every finding explains WHY the code is dead and the concrete cost of keeping it (cognitive overhead, build time, misleading developers, masking bugs).
How to Think About Dead Code
Before flagging anything, identify which category it belongs to:
- Layer 1 -- Certainly Dead: Unreachable code after return/break/throw, unused private functions, unused loc
[Description truncada. Veja o README completo no GitHub.]