Answer the question
In order to leave comments, you need to log in
What are the means of finding duplicate code in a project for JS (or in general)?
There is a large frontend project on React.js. It needs to be refactored. How to find duplicate code in a project? That is, methods in different components that do the same thing. Methods that are almost the same (that is, the logic of work is absolutely the same, but the methods are called differently and call different functions). Well, maybe there are some other goodies for refactoring?
Found a few other interesting resources.
Codacy
Codecov
DeepScan
CodeFactor
Maybe someone used it?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question