satd-patterns

1.0.2 • Public • Published

xsultan/satd-patterns Build Status

A list of patterns used to identify technical debt through source code comments.

Technical debt refers to incomplete or temporary workarounds that allow us to speed software development in the short term at the cost of paying a higher price later on. Recently, studies have shown that technical debt can be detected from source code comments, referred to as self-admitted technical debt.

A list of patterns to detect technical debt from source code comments, it is just a JSON file so it is convenient to be used.

Install

$ npm install --save satd-patterns
const satd-patterns = require('satd-patterns');
 
console.log(satd-patterns);
//=> ['hack', 'workaround', 'fixme', ...]

Related Publication

License

MIT © Sultan Wehaibi

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i satd-patterns

    Weekly Downloads

    1

    Version

    1.0.2

    License

    ISC

    Last publish

    Collaborators

    • x21