-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
In Swift 3, enumerations and OptionSetType constants will import as lower camel case. The standard library will also use lowerCamelCase for all enum cases. The current RW guide instructs authors to use UpperCamelCase. I think we are going to need to change this rule to better integrate with Apple's standard.
I see three options:
- leave the rule as is (for now)
- leave the rule as is but note that it will be changing in Swift 3
- proactively change the rule to lower camel case in anticipation of swift 3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels