> On Jan 6, 2016, at 2:56 PM, Loïc Lecrenier <loiclecren...@icloud.com> wrote:
> 
>> Perhaps keyword capitalization conventions deserve some attention across the 
>> board.
> 
> I thought the rules were:
> - property/method: lowerCamelCase
> - language keyword: lowercase
> 
> I consider 
> - dynamicType as a property
> - didSet, willSet, deinit as methods.
> - typealias, fallthrough as language keywords

Those are all language keywords.

Complete list here: 
https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/LexicalStructure.html#//apple_ref/doc/uid/TP40014097-CH30-ID413

P
_______________________________________________
swift-evolution mailing list
swift-evolution@swift.org
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to