[swift-evolution] SE-0025: Scoped Access Level, next steps

Paul Ossenbruggen possen at gmail.com
Wed Mar 30 23:18:58 CDT 2016


One more possibility:

public
intermodule
interfile 
private

slightly longer but reads well.

> On Mar 30, 2016, at 9:11 PM, Paul Ossenbruggen <possen at gmail.com> wrote:
> 
> Ok speaking up, not a fan of fileprivate and moduleprivate because 
> 
> 1) very long
> 2) doesn’t flow. 
> 3) not really private. 
> 
> I would be fine with filewide and modulewide and infile and inmodule with a slight preference for the infile and inmodule because it is shorter and conveys the same meaning and flows about the same. 
> 
>> I still prefer the latter ones, but I wonder if -wide ones will be a happier compromise? Those unhappy with xxxprivate, please speak up!
>> 
>> A.
>> 
> 



More information about the swift-evolution mailing list