#198 new enhancement

count TODOs, display per file

Reported by: warner Owned by: warner
Priority: minor Milestone: undecided
Component: dev-infrastructure Version: 0.6.1
Keywords: coverage Cc:
Launchpad Bug:

Description

we currently have a buildbot step which counts occurrences of the word "TODO" in the source tree.

It would be great if it could also count how many occur in each file, and then display a list of files sorted by number-of-TODOs. With links that take you to the specific instances. Ideally this would point into our trac source-browser, by generating HTML with hrefs.

I did the grep myself just now, and was surprised by how many are in webish, storage, and interfaces.py . If it were continually obvious how many there were, we might experience some more pressure to resolve them.

Change History (2)

comment:1 Changed at 2008-06-01T20:58:14Z by warner

  • Milestone changed from eventually to undecided

comment:2 Changed at 2010-06-12T23:20:30Z by davidsarah

  • Keywords coverage added

I'd like to see this as part of the coverage reports.

(Also for "FIXME".)

Note: See TracTickets for help on using tickets.