Understanding the TODOs in your Codebase

patrickdevivo

Patrick DeVivo

Posted on November 9, 2019

Understanding the TODOs in your Codebase

I've been working on a side project called tickgit, which is an experiment in code-based project management.

I put together a small UI which can present the TODOs in public github repos, see facebook/react for instance: https://todos.augmentable.dev/?repo=https://github.com/facebook/react

I'm wondering if this is a useful point-of-view into a codebase, as a way of summarizing items that need to get done. What do you think? Could you see it being useful for the codebases you work on?

I'm thinking about adding some search functionality and parsing out the age of TODOs as well, to have a sort order available...

💖 💪 🙅 🚩
patrickdevivo
Patrick DeVivo

Posted on November 9, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

A study on the acceptance of code review
codereview A study on the acceptance of code review

August 26, 2024

Quality in your work...
codequality Quality in your work...

April 20, 2024

Stoic Driven Development
codequality Stoic Driven Development

January 25, 2024