Enforce TODO cleanliness
Abierto
P3
- Lenguaje dominante
- Dart
- Estrellas
- 1.7k
- Forks
- 404
- Merge medio
- 6 d 17 h
- PR fusionados (30 d)
- 18
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.