Hi there,
For a long time I was bothered by the abundance of TODO comments in the code. What both developers and managers forget about. In various projects in which I participated.
So, I implemented package for PHP-projects which helps to manage TODO-comment in the code. To relieve this pain.
It’s a static analyzer. Looks for new TODO-comments. Register them as issues in Issue-tracker (only JIRA supported for now). And inject id/key of the issue into the source code.
After that you may estimate it, add to target sprint and apply any magic of management.
Repository: https://github.com/Aeliot-Tm/todo-registrar
Feedback are very much appreciated.
Maybe someone could help to implements some planed features when find project is interesting.
And I would be glad when someone will provide me links to similar projects for: yaml, css/scss/less/sass, html, twig, flatter.