[swift-evolution] [Review] SE-0105: Removing Where Clauses from For-In Loops
Fabian Ehrentraud
Fabian.Ehrentraud at willhaben.at
Thu Jun 23 10:12:41 CDT 2016
* What is your evaluation of the proposal?
+1
* Is the problem being addressed significant enough to warrant a change to Swift?
It's a small change, but it would improve readability a little.
* Does this proposal fit well with the feel and direction of Swift?
Yes, e.g. when using .filter on the sequence being iterated over as an alternative, the code reads a bit more functional.
* If you have used other languages or libraries with a similar feature, how do you feel that this proposal compares to those?
No
* How much effort did you put into your review? A glance, a quick reading, or an in-depth study?
A few minutes for reading the proposal.
More information about the swift-evolution
mailing list