-1 from me, I think that it makes perfect sense the way it is.

More specifically, I read `if let safe = optional` as "if optional can be 
unwrapped into safe, then ..."
I think `obtain let` is more confusing, as it's not clear that it's a 
conditional from that keyword. Plus to me, "obtain" seems like it would be 
getting something from somewhere else, not always locally, maybe use an 
`unwrap` keyword in there somewhere, if you want it to be very clear what's 
happening?

-thislooksfun (tlf)

> On Jan 7, 2017, at 8:46 PM, Carlos García via swift-evolution 
> <[email protected]> wrote:
> 
> Hi all,
> 
> Here’s a draft proposal to change if let construction for obtain let. 
> Proposal is at:
> https://github.com/carlosypunto/swift-evolution/blob/obtain-let-instead-if-let/proposals/XXXX-Use-obtain-let-instead-if-let-constructions.md
>  
> <https://github.com/carlosypunto/swift-evolution/blob/obtain-let-instead-if-let/proposals/XXXX-Use-obtain-let-instead-if-let-constructions.md>
> 
> I would like to see what you think and get help with "Effect on ABI 
> stability" and "Effect on API resilience" points
> 
> Carlos
> 
> _______________________________________________
> swift-evolution mailing list
> [email protected]
> https://lists.swift.org/mailman/listinfo/swift-evolution

_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to