> On 23 Mar 2017, at 05:18, Nevin Brackett-Rozinsky via swift-evolution > <[email protected]> wrote: > I strongly prefer that “private” should mean “visible in the current file”. > I am ambivalent between eliminating the scoped access level or renaming it > “scoped”, as long as “private” once more denotes file-level visibility.
Imo opinions are split 50/50 on whether access levels should be file based or type based, it's endless debate. What are the downsides of covering both cases? I.e. making private "visible in the current file and type extensions". This concept is not that hard to teach and doesn't require complex and syntactically verbose access level systems. Andrey _______________________________________________ swift-evolution mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-evolution
