grunt-jscpd
grunt-jscpd copied to clipboard
Why we use grunt-jscpd
Hello everyone i do't understand why we use grunt-jscpd .can anybody explain about this module because i very new to use this module .
Its about code quality and refactoring your codes. It detects duplicate codes for you. Duplicate codes mostly (depending on project, config files, etc.) needs to be more abstract or can be removed. In that way your code quality will be improved. Its a very nice tool for refactoring.
Nearly any programming or script language has as third party CPD / PMD detector.
An article about JavaScript Quality / QA: http://www.linslin.org/javascript-quality-control-and-tools-qa/