TODO comments in your source code are most likely not going to be addressed. TODOs in the source code are invisible; your producer won’t see them, nor will most of your colleagues. If you want to make TODOs work, you need a tool that will extract them from the code and bug you to address them. I have seen a lot of 20-year-old TODO comments.

Next - Previous