top | item 44648082

(no title)

it_citizen | 7 months ago

Then maybe those todos are not todos but just regular comments?

discuss

order

happytoexplain|7 months ago

Then they would be lost. Comments are for understanding how something works. TODOs are for understanding how something might not work.

Edit: And if you put them in a tracker, they'd be distracting and confusing for team members less intimately familiar with the codebase, e.g. a PO. You could also choose a word other than "TODO", as long as it won't produce a ton of false positives in a search.

marcosdumay|7 months ago

If you put them in a tracker, soon enough there will be somebody asking why 90% of the issues are not being worked on, will complain if they just disappear one day, and will disappear for political reasons.

dorian-graph|7 months ago

What does it mean to be lost? Why would a TODO comment not be lost, versus a comment without that prefix?

jraph|7 months ago

> Comments are for understanding how something works

Even better: for understanding why some code does this surprising or seemingly complicated thing it's doing