Y
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
gknoy
4500 days ago
Similarly, when adding debugging-aid print statements, I prefix them with ">>>", and make sure I don't use it elsewhere.
link
gcb0
4500 days ago
why not "debug: "?
link