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

When writing papers in grad school, we'd leave placeholders in all the time, but always prefixed with the string "ZZZ", so they'd be really easy to search for.


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: