do_by
do_by copied to clipboard
Automatically expiring TODO notes in Ruby
Unfortunately rake notes won't find the annotations made for this gem. I hacked this together `echo "require File.expand_path('../lib/tasks/notes', __FILE__)" >> Rakefile` The file `lib/tasks/notes` is ``` ruby class SourceAnnotationExtractor def...
See http://githooks.com/
The rake:notes task could be set to exit with a non-zero return value if any overdue tasks are found.
`TODO 20140601 fix me` could suggest the date refers to when the task note was added, rather than when it's due. So for clarity, perhaps use: `TODO by 20140601 fix...