Comment on What system do you use for bug tracking?parentComments−abstractbill19yOn personal projects I use comments like (defun foo (x y z) ;; FIXME: foo should not barf if x is nil and then periodically grep all my sources for "FIXME".−staunch19yThis is so common that many of the syntax files for Vim even have TODO FIXME XXX NOTE and others included, so they're highlighted and easy to spot.
Comments
On personal projects I use comments like
and then periodically grep all my sources for "FIXME".This is so common that many of the syntax files for Vim even have TODO FIXME XXX NOTE and others included, so they're highlighted and easy to spot.