Y
Hacker News
new
|
ask
|
show
|
jobs
by
TazeTSchnitzel
4410 days ago
Why a function? I hoped it would just parse comments.
2 comments
michaelmior
4410 days ago
Likewise. I think I'd rather have this as part of the build process. This would also make it easier to have a tool which works across languages.
link
andywaite
4410 days ago
I think that's a good idea. Perhaps based on a standard format such as '# TODO 2014-01-01 Fix me' ?
link
Ruud-v-A
4410 days ago
Why put the date in the comment itself? Just ask source control when the line was introduced, and set a max age.
link
andywaite
4410 days ago
Interesting idea, but I'm not sure if that would be possible for all cases, for example what happens if the part of the line before the comment changed?
link
dbuxton
4410 days ago
Fantastic idea and what I thought when I saw this post; I'm slightly surprised that nobody has produced a git one-liner to achieve this yet!
link