On 6/29/18 10:30 AM, Nathan Froyd wrote:
Given the language-required qualification for
`enum class` and a more Rust-alike syntax, I would feel comfortable
with saying CamelCase `enum class` is the way to go.

For what it's worth, I agree. The point of the "e" prefix is to highlight that you have an enumeration and add some poor-man's namespacing for a potentially large number of common-looking names, and the language-required qualification already handles both of those.

-Boris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to