Microblog
2024/10/13
Finding Duplicates with jscpd
Code repetition analysis with DRY in mind
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.