|
|
|
|
|
by froh42
4410 days ago
|
|
Don't do that. Some years ago I had the same idea and realized something like that with the C-Preprocessor in a C++-Codebase. When did my Todo's expire? AFTER testing, just before a new release. With my idea of exipiring Todos I created a major pain in the butt for the team. It would be different if some other "sort of" alarm would be raised when TODOs proliferate, but a failure in the code is not a good solution. (i.e. hook a todo checker into your contious build system, let the nightly build raise hell when there are too many todos - but do not fail the production code.) |
|