xsultan/satd-patterns
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 = ; console;//=> ['hack', 'workaround', 'fixme', ...]
Related Publication
License
MIT © Sultan Wehaibi