[webkit-dev] Enum naming style?

Sam Weinig sam.weinig at gmail.com
Wed Oct 1 17:04:31 PDT 2008


On Wed, Oct 1, 2008 at 4:01 PM, Eric Seidel <eric at webkit.org> wrote:

enum SVGStitchOptions {
>    SVG_STITCHTYPE_UNKNOWN  = 0,
>    SVG_STITCHTYPE_STITCH   = 1,
>    SVG_STITCHTYPE_NOSTITCH = 2
> };
>

This style is usually used to stay consistent with the DOM IDLs.  I don't
think we should change them in those cases as the consistency with the API
is nice.

-Sam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.webkit.org/pipermail/webkit-dev/attachments/20081001/cf513900/attachment.html 


More information about the webkit-dev mailing list