I have a lot of TODOs in my source code so I can just write little bugs and thoughts and questions down to get them out of my head so I can move on.
But as I'm beginning to get into a release cycle, I have the sense that I should start prioritizing TODOs. At first, this was just so I can add TODOs that I meant to deal with before I made my commit. Then I realized I can go even further.
So... the number of times I say "TODO" is how big a priority that is:
- TODO: Whatever, I'll get to it
- TODOTODO: Fix this before the next release
- TODOTODOTODO: Fix this before committing
This is likely a sign I should look into an honest-to-god issue tracker lol
