These are very nice and short names. I think that private and private(X) is
better though because it's obvious that it's about access level and not
something else (like a variable name or some other thing). These words need
more context while private(x) doesn't.

On Tue, Mar 15, 2016 at 8:48 AM Patrick Smith via swift-evolution <
[email protected]> wrote:

> What if private was just removed, and instead just has a literal
> description of where the member is accessible from?
>
>
> public var something: Int
>
> module var something: Int
>
> file var something: Int
>
> scope var something: Int
>
>
>
> Patrick
> _______________________________________________
> swift-evolution mailing list
> [email protected]
> https://lists.swift.org/mailman/listinfo/swift-evolution
>
_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to