<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div style="font-family:Arial;">I  vehemently agree on these points. New-private and fileprivate "[add] more information" to a file  the same way requiring `self.` and other sorts of visual noise that Swift normally eschews.&nbsp;<br></div>
<div style="font-family:Arial;"><div style="font-family:Arial;"><div style="font-family:Arial;"><br></div>
</div>
<div style="font-family:Arial;">I wish for the Swift community to be  introspective enough to count both its successes and failures. SE-0025 was a botched addition to the language. That the migrator did such a bad job is evidence of its poor overall consideration. Adding a fix-it strikes me as the compiler waggling its finger at me for code that would've been perfectly fine in the past, something that it is not at all true with the "let" fix it; accidental mutation has been discussed a ton by the larger programming community, not-so-much for obscure access control mechanics.<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">It's perplexing that fileprivate advocates continue to stand on mostly theoretical benefits about new-private. I feel nothing for the mathematical purity about the types in a file. In practice, I can with much experience now how awful it is. T<span style="letter-spacing: -0.1px;">here has been no end to the confusion its introduction has inflicted upon my team(s),  people new to the language, and people revisiting the language:</span><br></div>
</div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">- My teams and coworkers are less effective at code review from constant litigation about access control. "'Did this need to change?' / 'No, it was just the migrator.'" has become a disturbingly common refrain.<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">- New users are just struggling to figure out where to put the curly braces in the first place. Having to make them check and re-check where things go in a file, or just tell them to use this clunky get-out-of-jail-free keyword, feels like visiting a special kind of Pythonic hell on a language I otherwise love and love to teach.<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">- People returning to the language feel (and often say - just look at Twitter) Swift has a lot of syntax, and are frustrated that the addition of a new keyword  was burned on adding something that amounts to mostly a stylistic opinion.<br></div>
<div style="font-family:Arial;"><br></div>
<div id="sig40804545"><div class="signature"><span class="font" style="font-family:arial, sans-serif, sans-serif">All the best,</span><span class="font" style="font-family:arial, sans-serif, sans-serif"></span><br></div>
<div class="signature"><span class="font" style="font-family:arial, sans-serif, sans-serif">&nbsp; Zachary Waldowski</span><span class="font" style="font-family:arial, sans-serif, sans-serif"></span><br></div>
<div class="signature"><span class="font" style="font-family:arial, sans-serif, sans-serif">&nbsp;&nbsp;</span><a href="mailto:zach@waldowski.me"><span class="font" style="font-family:arial, sans-serif, sans-serif">zach@waldowski.me</span></a><br></div>
<div style="font-family:Arial;"><br></div>
</div>
<div>On Sun, Feb 12, 2017, at 04:45 PM, Xiaodi Wu via swift-evolution wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div style="font-family:Arial;">On Sun, Feb 12, 2017 at 3:24 PM, Matthew Johnson <span dir="ltr">&lt;<a href="mailto:matthew@anandabits.com">matthew@anandabits.com</a>&gt;</span> wrote:<br></div>
<div><div defang_data-gmailquote="yes"><blockquote defang_data-gmailquote="yes" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204, 204, 204);padding-left:1ex;"><div style="word-wrap:break-word;"><div style="font-family:Arial;"><br></div>
<div><div style="font-family:Arial;"><span></span><br></div>
<blockquote type="cite"><div><span>On Feb 12, 2017, at 2:35 PM, Xiaodi Wu via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:</span><br></div>
<div style="font-family:Arial;"><span><br></span></div>
<div><div dir="ltr"><div><span>_Potentially_ meaningful, certainly. But what I'm hearing is that it isn't actually meaningful. Here's why:</span><br></div>
<div><span></span><br></div>
<div><span>If I see `fileprivate` and can understand that to mean "gee, the author _designed_ this member to be visible elsewhere inside the file," then it's actually meaningful. OTOH, if I see `fileprivate` and can only deduce "gee, the author mashed some button in his or her IDE," then it's not really telling me anything.</span><br></div>
</div>
</div>
</blockquote><div><span></span><br></div>
<div style="font-family:Arial;"><span></span><br></div>
<div>You’re looking at it backward.&nbsp; It’s when you see `private` and can deduce “this member is only visible inside it’s declaring scope” that can be really helpful. &nbsp;*This* is what matters.<br></div>
</div>
</div>
</blockquote><div><br></div>
<div>In what ways can that information help you?<br></div>
<div><br></div>
<blockquote defang_data-gmailquote="yes" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204, 204, 204);padding-left:1ex;"><div style="word-wrap:break-word;"><div><div style="font-family:Arial;"><span></span><br></div>
<blockquote type="cite"><div><div dir="ltr"><div><span>What you've said above, as I understand it, is that it's not currently meaningful to see `fileprivate` because the migrator is writing it and not the author. The improved approach you proposed is the additional warning. In that case, the compiler will help to ensure that when I see `fileprivate`, at least I know it's necessary. But that's only telling me a fact (this member is accessed at least once outside the private scope), but it's still machine-based bookkeeping, not authorial intent.</span><br></div>
</div>
</div>
</blockquote><div><span></span><br></div>
<div style="font-family:Arial;"><span></span><br></div>
<div>The important thing is that this machine-based bookkeeping results in a proof about the code.&nbsp; This facilitates reasoning about the code.&nbsp; You can make an argument that this proof is not important enough to matter, but you must admit that this is a real concrete gain in information that is immediately available to a reader of the code (after they know that it compiles).&nbsp; Personally, I find this proof to be valuable.<br></div>
</div>
</div>
</blockquote><div><br></div>
<div>Comparison has been made to `let` and `var`. In that case, whether a variable is mutated can be non-trivial to deduce (as Swift has no uniform scheme for distinguishing mutating from non-mutating functions; the ed/ing rule has many exceptions). By contrast, here, I don't see any gain in information. You can literally *see* where the (file)private member is accessed, and when a file gets too long, even a simple text editor can do a decent enough find.<br></div>
<div><br></div>
<div>If you're right that the real value is that seeing `private` helps you reason about the code, then that value must be commensurate to how often we see Swift users amending the migrator to take advantage of it. For me, the compelling evidence that Swift users don't find this proof to be valuable is that, by examination of Swift 3 code, Swift users haven't bothered. If we add a new fix-it to force them to, then of course they'll mash the buttons, but it's pretty much declaring that they are wrong not to care about what it seems they do not care at present.<br></div>
<div><br></div>
<blockquote defang_data-gmailquote="yes" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204, 204, 204);padding-left:1ex;"><div style="word-wrap:break-word;"><div><div><div><blockquote type="cite"><div><div dir="ltr"><div style="font-family:Arial;">On Sun, Feb 12, 2017 at 2:14 PM, Chris Lattner <span dir="ltr">&lt;<a href="mailto:sabre@nondot.org">sabre@nondot.org</a>&gt;</span> wrote:<br></div>
<div><div defang_data-gmailquote="yes"><blockquote defang_data-gmailquote="yes" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204, 204, 204);padding-left:1ex;"><div><div><div style="font-family:Arial;">I don't fully agree: you are right that that is the case when writing code.&nbsp; However, when reading/maintaining code, the distinction is meaningful and potentially important.<span><span class="colour" style="color:rgb(136, 136, 136)"><br><br></span></span></div>
<div><span><span class="colour" style="color:rgb(136, 136, 136)">-Chris</span></span><br></div>
<div style="font-family:Arial;"><span><span class="colour" style="color:rgb(136, 136, 136)"></span></span><br></div>
</div>
<div><div><div><div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">On Feb 12, 2017, at 12:02 PM, Xiaodi Wu &lt;<a href="mailto:xiaodi.wu@gmail.com">xiaodi.wu@gmail.com</a>&gt; wrote:<br></div>
</div>
<blockquote type="cite"><div><div style="font-family:Arial;">If the overwhelming use case is that developers should pick one over the other primarily because it looks nicer, then blindly click the fix-it when things stop working, then the distinction between private and fileprivate is pretty clearly a mere nuisance that doesn't carry its own weight.<br></div>
<div defang_data-gmailquote="yes"><div dir="ltr">On Sun, Feb 12, 2017 at 13:33 Jean-Daniel via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br></div>
<blockquote defang_data-gmailquote="yes" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204, 204, 204);padding-left:1ex;"><div style="word-wrap:break-word;"><div><blockquote type="cite"><div>Le 12 févr. 2017 à 18:24, Chris Lattner via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; a écrit :<br></div>
<div style="font-family:Arial;"><br></div>
<div><div style="word-wrap:break-word;"><div style="font-family:Arial;">On Feb 12, 2017, at 8:19 AM, David Hart via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br></div>
<div><blockquote type="cite"><div style="font-family:Arial;"><b>Final</b><br></div>
<div><div><div><div><div>Can someone tell me what is the use of 'final' now that we have 'public' default to disallowing subclassing in importing modules? I know that 'final' has the added constraint of disallowing subclassing in the same module, but how useful is that? Does it hold its weight? Would we add it now if it did not exist?<br></div>
</div>
</div>
</div>
</div>
</blockquote><div><br></div>
<div>As Matthew says, this is still important.<br></div>
<div style="font-family:Arial;"><br></div>
<blockquote type="cite"><div><div><div><div><div><b>Lazy</b><br></div>
<div>This one is clearer: if Joe Groff's property behaviors proposal from last year is brought forward again, lazy can be demoted from a language keyword to a Standard Library property behavior. If Joe or anybody from the core team sees this: do we have any luck of having this awesome feature we discussed/designed/implemented in the Swift 4 timeframe?<br></div>
</div>
</div>
</div>
</div>
</blockquote><div><br></div>
<div>Sadly, there is no chance to get property behaviors into Swift 4.&nbsp; Hopefully Swift 5, but it’s impossible to say right now.<br></div>
<div style="font-family:Arial;"><br></div>
<blockquote type="cite"><div><div><div><div><b>Fileprivate</b>&nbsp;<br></div>
<div><br></div>
<div>I started the discussion early during the Swift 4 timeframe that I regret the change in Swift 3 which introduced a scoped private keyword. For me, it's not worth the increase in complexity in access modifiers. I was very happy with the file-scope of Swift pre-3. When discussing that, Chris Latner mentioned we'd have to wait for Phase 2 to re-discuss it and also show proof that people mostly used 'fileprivate' and not the new 'private' modifier as proof if we want the proposal to have any weight. Does anybody have a good idea for compiling stats from GitHub on this subject? First of all, I've always found the GitHub Search quite bad and don't know how much it can be trusted. Secondly, because 'private' in Swift 2 and 3 have different meanings, a simple textual search might get us wrong results if we don't find a way to filter on Swift 3 code.<br></div>
</div>
</div>
</div>
</blockquote><div style="font-family:Arial;"><br></div>
</div>
<div>I would still like to re-evaluate fileprivate based on information in the field.&nbsp; The theory of the SE-0025 (<a href="https://github.com/apple/swift-evolution/blob/master/proposals/0025-scoped-access-level.md">https://github.com/apple/swif<wbr>t-evolution/blob/master/propos<wbr>als/0025-scoped-access-level.<wbr>md</a>) was that the fileprivate keyword would be used infrequently: this means that it would uglify very little code and when it occurred, it would carry meaning and significance.<br></div>
</div>
</div>
</blockquote><div><br></div>
</div>
</div>
<div style="word-wrap:break-word;"><div><div>Infrequent use and significance are orthogonal.<br></div>
<div>I still think developers would declare all ivars private (this is less ugly and shorter), and then will happily convert them to fileprivate each time the compiler will tell them they are not accessible somewhere else in the file.<br></div>
<div>As the code that try to access that ivar is in the same file anyway, it has full knowledge of the implementation details and there is no good reason it shouldn’t be able to access the ivar when needed.<br></div>
</div>
</div>
<div style="word-wrap:break-word;"><div><div style="font-family:Arial;"><br></div>
<blockquote type="cite"><div><div style="word-wrap:break-word;"><div>We have a problem with evaluating that theory though: the Swift 2-&gt;3 migrator mechanically changed all instances of private into fileprivate.&nbsp; This uglified a ton of code unnecessarily and (even worse) lead programmers to think they should use fileprivate everywhere.&nbsp; Because of this, it is hard to look at a random Swift 3 codebase and determine whether SE-0025 is working out as intended.<br></div>
<div><br></div>
<div>The best way out of this that I can think of is to add a *warning* to the Swift 3.1 or 4 compiler which detects uses of fileprivate that can be tightened to “private” and provide a fixit to do the change.&nbsp; This would be similar to how we suggest changing ‘var’ into ‘let’ where possible.&nbsp; Over time, this would have the effect of getting us back to the world we intended in SE-0025.<br></div>
<div><br></div>
<div>-Chris<br></div>
<div style="font-family:Arial;"><br></div>
</div>
<div style="font-family:Arial;">______________________________<wbr>_________________<br></div>
<div style="font-family:Arial;">swift-evolution mailing list<br></div>
<div style="font-family:Arial;"><a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br></div>
<div style="font-family:Arial;"><a href="https://lists.swift.org/mailman/listinfo/swift-evolution">https://lists.swift.org/mailma<wbr>n/listinfo/swift-evolution</a><br></div>
</div>
</blockquote></div>
</div>
<div style="font-family:Arial;">______________________________<wbr>_________________<br></div>
<div style="font-family:Arial;"> swift-evolution mailing list<br></div>
<div style="font-family:Arial;"> <a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br></div>
<div style="font-family:Arial;"> <a href="https://lists.swift.org/mailman/listinfo/swift-evolution">https://lists.swift.org/mailma<wbr>n/listinfo/swift-evolution</a><br></div>
</blockquote></div>
</div>
</blockquote></div>
</div>
</div>
</blockquote></div>
<div style="font-family:Arial;"><br></div>
</div>
</div>
<div style="font-family:Arial;">______________________________<wbr>_________________<br></div>
<div style="font-family:Arial;">swift-evolution mailing list<br></div>
<div style="font-family:Arial;"><a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br></div>
<div style="font-family:Arial;"><a href="https://lists.swift.org/mailman/listinfo/swift-evolution">https://lists.swift.org/<wbr>mailman/listinfo/swift-<wbr>evolution</a><br></div>
</div>
</blockquote></div>
</div>
</div>
</div>
</blockquote></div>
</div>
</div>
<div><u>_______________________________________________</u><br></div>
<div>swift-evolution mailing list<br></div>
<div><a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a><br></div>
<div><a href="https://lists.swift.org/mailman/listinfo/swift-evolution">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br></div>
</blockquote><div style="font-family:Arial;"><br></div>
</body>
</html>