01Recommends architectural rules and linting patterns to prevent future duplication
02Identifies redundant code blocks and business logic duplication across multiple files
03Provides safety checks to prevent 'over-DRYing' and coincidental code coupling
04Automates the replacement of disparate instances with unified calls to a single source
050 GitHub stars
06Guides the extraction of shared logic into modular, authoritative functions or classes