While working on a feature you notice an unrelated piece of code could be refactored, but you don't want to break your focus and go add the issue to GitHub. With Tododrop, you can annotate quickly in the code, and rest assured that the bit of work will be converted into an issue later.
Todos serve an important role as the first indicator that there are unaddressed concerns with an implementation. Tododrop makes managing these concerns easy giving you a one click solution that converts todos in comments into GitHub issues.
Todos in code are often a crutch to put off doing necessary work. Comments like
//TODO: make this better
don't belong in a code base. Tododrop fails branches that have unmanaged todos in them
so you can get a high level signal that your codebase isn't littered todos.
The Tododrop Bot comments on todos found in pull requests. Buttons in the comment let you manage todos with ease:
Fully integrated with GitHub making it easy to spot unmanaged todos. After all todos are removed, the build will pass.
Try Tododrop free for all public repos
Track private repos to your hearts content