FIXME Imp. [common] A Standard Tag Often Put In C Comments Near A Piece Of Code That Needs Work.

HomeFortune CookiesJargon File

FIXME imp.

[common] A standard tag often put in C
comments near a piece of code that needs work. The point of doing
so is that a grep or a similar pattern-matching tool can
find all such places quickly.

/* FIXME: note this is common in GNU code. */


Compare XXX.

Related: