[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug tracking



Erik wrote:
>On a related note, we should probably agree on some convention for marking
>problem spots in the code.  I've been using "FIXME", all caps.  The people
>before seemed to use "XXX".  I've also seen people use "@@" before.  We
>should decide on some marker, and everyone use that.  That way, you can do
>a grep on the code and find anything that needs fixing.

I didn't find any '@@' in our code.  'XXX' and 'FIXME' both appear to be
used widely elsewhere.  IMHO, the meaning of 'FIXME' is more obvious.

To speed things along, I've made an "executive decision" and chosen
'FIXME' as our standard code marker for problem areas.  I've changed
all occurrences of 'XXX' to 'FIXME'.

I know you're dying to know...

The mash-1 directory contains 1,648 occurrences of FIXME.

I am not joking.

Lloyd