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

Erica Sadun erica at ericasadun.com
Mon Mar 14 20:57:07 CDT 2016


> On Mar 14, 2016, at 7:50 PM, Joe Groff via swift-evolution <swift-evolution at swift.org> wrote:
> 
> 
>> On Mar 14, 2016, at 6:47 PM, Ilya Belenkiy via swift-evolution <swift-evolution at swift.org> wrote:
>> 
>> I really like James's idea:
>> 
>> private                 symbol visible within the current declaration (class, extension, etc).
>> private(module) symbol visible within the current module.
>> private(file)           symbol visible within the current file.
>> 
>> this is very precise and crystal clear. All other already suggested names have room for interpretation.  These are obvious at a glance.
> 
> I like this too. It also admits groupings between 'file' and 'module' in the future ('directory' or 'submodule' maybe), the lack of which has been often cited as another weakness in our current model.
> 

+1 here too.

* It resolves my issues with public/internal vs public/private. 
* As Ilya put it: "obvious at a glance"
* Uses one concept applied to different scopes.

-- E



More information about the swift-evolution mailing list