Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TODO commented items #724

Closed
diracdeltas opened this issue Nov 8, 2014 · 4 comments
Closed

Fix TODO commented items #724

diracdeltas opened this issue Nov 8, 2014 · 4 comments

Comments

@diracdeltas
Copy link
Contributor

> grep -r 'TODO' ./ | wc -l
43

lots of these don't seem to have open tickets

@garrettr
Copy link
Contributor

garrettr commented Nov 9, 2014

👍 Good call!

@garrettr garrettr added this to the 0.4 milestone Dec 8, 2014
@garrettr garrettr self-assigned this Mar 27, 2015
@psivesely
Copy link
Contributor

$ grep -ri todo | wc -l
150

@psivesely psivesely removed this from the 0.4 milestone Mar 2, 2017
@conorsch
Copy link
Contributor

$ grep -r 'TODO' ./ | wc -l
216

Hmm, I'm not liking that growth...

@ghost
Copy link

ghost commented Dec 7, 2017

Not so bad ;-)

$ git --no-pager grep -nH -e 'TODO' | wc -l
31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants