Skip to content

Comment on What system do you use for bug tracking?parent

Comments

On 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".

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.