www.youtube.com
Detect and Refactor JavaScript Copy-Paste Code
1
In this video we’ll look at how to detect copy and pasted code inside of your web application using two different node command-line tools. Resources https://... Read full article
Elijah Manor
8y agoThese are the following tools shown in the above video…
jsinspect – Detect copy-pasted and structurally similar code for ES6, JSX as well as Flow https://github.com/danielstjules/jsinspect
jscpd – Copy/paste detector for programming source code with many supported language (JavaScript, TypeScript, Java, PHP, Ruby, CSS, Less, SCSS, etc…) https://github.com/kucherenko/jscpd
Do you know any other tools to detect copy-paste code?