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