> Le 06 janv. 2016 à 22:03, Paul Cantrell via swift-evolution > <[email protected]> a écrit : > > >> On Jan 6, 2016, at 2:56 PM, Loïc Lecrenier <[email protected]> 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
I think he was talking about how those keywords were used in the language. However, to me it just looks like post-hoc rationalization. > _______________________________________________ > swift-evolution mailing list > [email protected] > https://lists.swift.org/mailman/listinfo/swift-evolution
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
