[swift-evolution] [Review] Require self for accessing instance members

Colin Cornaby colin.cornaby at mac.com
Wed Dec 16 14:43:16 CST 2015


+1 to this proposal (again)

* What is your evaluation of the proposal?

I know that adding this requirement is something that could frustrate a number of people, both now and people who adopt Swift in the future... But I feel that the shadowing problem that it solves could be a significant issue for developers who are new. I also feel that it matches the idea behind Swift to encourage safe development practices. Concepts like optionals also are extra additions to the language that can frustrate and annoy developers, but in the end create safer and more clear code.

 * Is the problem being addressed significant enough to warrant a change to Swift?

I feel Swift should have some sort of handling of this sort of shadowing. Unless a better proposal comes along to solve the same problem, I feel this problem is significant enough to warrant the change.

 * Does this proposal fit well with the feel and direction of Swift?

See notes above. I feel like this fits will with the direction of Swift in adding new language requirements to force a developer to deal with common coding errors.

 * If you have you used other languages or libraries with a similar feature, how do you feel that this proposal compares to those?

It was noted in an earlier thread that this feature was added to Obj-C not intentionally, but as a result of a collection of issues. I actually appreciated this feature of Obj-C and felt like it made Obj-C a more exacting language. I know there are similar complaints about Obj-C's verbosity, but I feel like this proposal outweighs that with the additional clarity that would be added.

 * How much effort did you put into your review? A glance, a quick reading, or an in-depth study?

I've been actively watching this review and I've hit this problem a few times in Swift. I understand that this issue is contentious, and that if this change happens, people might still be complaining years and years from now about it. But it reduces confusion in the language and eliminates possible developer error, which seems to align with the goals of Swift.

On Dec 16, 2015, at 10:55 AM, Douglas Gregor via swift-evolution <swift-evolution at swift.org> wrote:

Hello Swift community,

The review of “Require self for accessing instance members” begins now and runs through Sunday, December 20th. The proposal is available here:

 https://github.com/apple/swift-evolution/blob/master/proposals/0009-require-self-for-accessing-instance-members.md

Reviews are an important part of the Swift evolution process. All reviews should be sent to the swift-evolution mailing list at

 https://lists.swift.org/mailman/listinfo/swift-evolution

or, if you would like to keep your feedback private, directly to the review manager.

What goes into a review?

The goal of the review process is to improve the proposal under review through constructive criticism and, eventually, determine the direction of Swift. When writing your review, here are some questions you might want to answer in your review:

 * What is your evaluation of the proposal?
 * Is the problem being addressed significant enough to warrant a change to Swift?
 * Does this proposal fit well with the feel and direction of Swift?
 * If you have you used other languages or libraries with a similar feature, how do you feel that this proposal compares to those?
 * How much effort did you put into your review? A glance, a quick reading, or an in-depth study?

More information about the Swift evolution process is available at

 https://github.com/apple/swift-evolution/blob/master/process.md

 Cheers,
 Doug Gregor
 Review Manager
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20151216/abe2fcb5/attachment.html>


More information about the swift-evolution mailing list