TODOs aren't for doing
July 21, 2025 Some teams require that every TODO comment in a codebase gets logged in the bug tracker. Others automatically delete any “stale” TODO that has been in the codebase for over a year. Don’t do it! TODO comments don’t need to get done in order to be valuable. If you have // TODO: Write the second half of this file so next week's launch won't explode then sure, you should probably track that somewhere. But to me, a good TODO looks more like this: // TODO: If the user triple-clicks