I thinking about what it would be like to have TODO as a first class citizen of a programming language.
NotImplementedException() - Do now, or I stop
// TODO: - Do this whenever or when the linter complains
Todo(assignee="Matthew", due_date="7/1/2025") - blows up if git user is matthew and it after July 1
Maybe as decorators so it is easy to create reports, export to calendars, etc.