Unknown
2024/10
I was looking for a tool to detect code duplication in line with the DRY principle. I found jscpd, which quickly analyzes the project for repetitions. Like cloc, it's easy to use and helps keep the code clean by eliminating duplicates.