> On Dec 22, 2015, at 8:19 AM, Michel Fortin <[email protected]> wrote: > > Le 22 déc. 2015 à 10:27, Joe Groff via swift-evolution > <[email protected]> a écrit : >> >> For non-enum constants, we use lowerCamelCase, for example Int.max, or >> UIColor.redColor. > > What about option sets?
Option sets reuse the C importer logic shared with other C enum types, which we would change if we changed the enum naming convention. -Joe _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
