> I would argue for enum Color { BrownColor }; I believe (based on recent patch reviews) that we have undocumented consensus that this style of first-letter-capitalized CamelCase is preferred for enums. I tend to agree with Peter that the "Color" suffix is unnecessary, but I'm not sure if there's consensus on that. Geoff