Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I sometimes use similar approach with code to indicate really hacky code that should be removed before any bigger releases.


I think that's what //FIXME: is for. TODO and FIXME are both commonly supported, as well as a few others.


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


why not "debug: "?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: