"Jonathan M Davis" <[email protected]> wrote in message news:[email protected]... > but the > difference between EnumName.yes and Yes.EnumName for the user is pretty > much > nonexistant except for the fact that Yes.EnumName will have worse error > messages.
It also creates an awkward inconsistency. Most enums are X.Y, but then callint certain functions it's Y.X
