grunt-jscpd icon indicating copy to clipboard operation
grunt-jscpd copied to clipboard

Why we use grunt-jscpd

Open himanshugoyal5734 opened this issue 8 years ago • 1 comments

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 .

himanshugoyal5734 avatar Jun 03 '16 10:06 himanshugoyal5734

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/

linslin avatar Jun 03 '16 10:06 linslin