On 17.05.2016 18:48, Matthew Johnson via swift-evolution wrote:
 Being syntactic sugar for something that is already not too bad

Well.. Personally I feel like construction `if let someMyValue = someMyValue` is bad exactly because of this the same repeated name. Anywhere I see repeated code, I feel like this is not good.

means it
would need to be as concise as possible.  If you want to advocate something
like this, maybe consider just `if unwrap`:

if unwrap someValue {
}


Yes, IMO the best idea for this feature for this moment. Clear and explicit. Why not?
_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to