"Jonathan M Davis" <jmdavisp...@gmx.com> wrote in message news:mailman.841.1307850316.14074.digitalmar...@puremagic.com... > 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