[swift-evolution] [Review] SE-0081: Move where clause to end of declaration

Brandon Knope bknope at me.com
Tue May 10 15:31:39 CDT 2016


What is your evaluation of the proposal?
A big +1
	
Is the problem being addressed significant enough to warrant a change to Swift?
Yes. This makes it much more natural to read methods and functions with generics. This also makes it more predictable to find where the method signature is without having to weed through a bunch of generic constraints.

Does this proposal fit well with the feel and direction of Swift?
Most definitely. Feels more natural and consistent with other uses of `where`

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

How much effort did you put into your review? A glance, a quick reading, or an in-depth study?
I’ve followed the evo thread since the beginning
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160510/b5dcb63c/attachment.html>


More information about the swift-evolution mailing list