do_by icon indicating copy to clipboard operation
do_by copied to clipboard

Automatically expiring TODO notes in Ruby

Results 4 do_by issues
Sort by recently updated
recently updated
newest added

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...

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...