Hacker News new | ask | show | jobs
by iLoch 4500 days ago
I think that's what //FIXME: is for. TODO and FIXME are both commonly supported, as well as a few others.
1 comments

Similarly, when adding debugging-aid print statements, I prefix them with ">>>", and make sure I don't use it elsewhere.
why not "debug: "?