[swift-evolution] [Pitch] Make the first parameter in a function declaration follow the same rules as the others

Shawn Erickson shawnce at gmail.com
Sun Mar 13 17:29:38 CDT 2016


On Fri, Mar 11, 2016 at 1:30 PM Dave Abrahams via swift-evolution <
swift-evolution at swift.org> wrote:

>
> Anyone who wants to measure is free to do so: simple regexps and wc
> generally work for this purpose.
>
>
> https://github.com/apple/swift-3-api-guidelines-review/tree/swift-3/Platforms
>

Not sure if anyone actually got around to this so doing a basic set of
regex (includes class functions and overrides)...

func foo(bar baz:Baz... ---> 10544
func foo(baz:Baz... ---> 526
func foo(_:Baz... ---> 92
func foo() ---> 7392
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20160313/0e04b44e/attachment.html>


More information about the swift-evolution mailing list