On Wed, Oct 1, 2008 at 4:01 PM, Eric Seidel <[EMAIL PROTECTED]> wrote:
> enum Color {
> Brown,
> Red,
> Blue
> }
I've always been a fan of this, personally... One can use Color::Brown to
solve ambiguities if necessary, but stick with just Brown in most scenarios.
PK
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

