Y
Hacker News
new
|
ask
|
show
|
jobs
by
middus
4409 days ago
Alternatively, you could continue using your editor of choice for editing and use grep to identify TODOs in your code.
1 comments
andywaite
4409 days ago
Yes, if you're disciplined, and remember to do this regularly. But humans aren't perfect.
link
oinksoft
4409 days ago
In smaller codebases you can use a git hook to display your TODOS:
http://oinksoft.com/blog/view/5/
link