Open in hackernews

DeepCSIM – Detect duplicate and similar code using AST analysis

https://github.com/whm04/deepcsim
1whm041mo ago

Comments

whm041mo ago
I built DeepCSIM, a Python library and CLI that detects duplicate and similar code using AST analysis instead of text matching.

It scans an entire project at once to reveal structural similarities across files, helping enforce DRY and simplify refactoring.

Feedback is very welcome.