[swift-evolution] [Proposal] Shorthand Argument Renaming

2016-05-30 Thread Frédéric Blondiau via swift-evolution
Hello, I was thinking about this, and would like to get some feedback before making my first proposal. Best regards, Fred. --- Shorthand Argument Renaming Introduction Swift automatically provides shorthand argument names to inline closures which cleverly allows us to write reversed

Re: [swift-evolution] [Proposal] Shorthand Argument Renaming

2016-05-31 Thread Frédéric Blondiau via swift-evolution
ica Sadun <er...@ericasadun.com> wrote: > > >> On May 30, 2016, at 2:19 PM, Frédéric Blondiau via swift-evolution >> <swift-evolution@swift.org> wrote: >> >> I personally never found that this “$n” convention was “Swift-like”... but >> it’s true t

Re: [swift-evolution] [Proposal] Shorthand Argument Renaming

2016-05-30 Thread Frédéric Blondiau via swift-evolution
Thanks for your feedback. I personally never found that this “$n” convention was “Swift-like”... but it’s true that a “$n” is easier to spot than a “.n”, and I got used to also. However, I realised how much this was disturbing for newcomers, when explaining closure shorthand argument names to