> On Apr 14, 2016, at 11:59 AM, Brandon Knope <[email protected]> wrote: > > -1 from me. To me this is not *obvious* as to what "Self" it means. > > And it seems possible to run into this: > self.someClass.Self > > Just looks confusing to me. What's wrong with using "Type" or something more > obvious?
That's a fair point. On the other hand, I think we're pretty consistent now about using CapitalizedCamelCase for types and lowerCamelCase for non-types, so while we could rename Self to SelfType, that feels a bit redundant to me if you've already internalized "caps == types". -Joe _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
