devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Enforce TODO cleanliness

Open CoderDake opened this issue 3 years ago • 0 comments

TODOs are currently left in the code, to point out places of improvement. We have no way of validating or enforcing that those TODOs haven't already been addressed, or if they have been closed as a part of triage.

An app could be created for our repo, that could scan the TODOs in the code to see if they are still open tickets. If any were closed, then a PR could be opened that starts the process of removing them.

Furthermore this might give us a reason/opportunity to enforce a TODO format, so that all todos in the code have a hard link to track whether or not they have been addressed.

More discussion around this will be necessary.

CoderDake avatar Aug 04 '22 17:08 CoderDake