Skip to main content
6 events
when toggle format what by license comment
Aug 22, 2022 at 16:45 comment added Evorlor TODO and Will Not Fix are synonyms.
Apr 19, 2011 at 18:29 comment added anthonyvd @Karl Bielefeldt That makes a lot of sense as well.
Apr 19, 2011 at 18:08 comment added Karl Bielefeldt @pwny, I only use TODOs on things I plan to write before I check in, to make sure I cover it. Anything longer term than that belongs in a bug tracker instead, in my opinion.
Apr 19, 2011 at 16:27 comment added Steven Jeuris In C# I use the NotImplementedException for those purposes.
Apr 19, 2011 at 16:08 comment added anthonyvd The problem in this case is probably the misuse of TODOs. I believe TODOs should be only used when the code is actually functional but improvements could be made later, so TODO: implement kind of comments should not exist and the fact that no one actually came back doesn't matter that much. Sadly, not a lot of people adhere to this rule and I totally agree I'd like to see a comment like you posted in some production code at some point. It'd make my day.
Apr 19, 2011 at 14:01 history answered user3792 CC BY-SA 3.0