<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Interesting — but I don’t think framework APIs are necessarily representative of Swift usage at large. I suspect most Swift being done today is in application contexts. And, I don’t have the exact numbers, but when I played around with extracting method signatures from my projects, it seemed like the *majority* of methods should continue to be `func foo(bar: T)`, not `func foo(bar bar: T)`.</div><br class=""><div class="">
<div class="">— Radek</div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On 13 Mar 2016, at 23:29, Shawn Erickson via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">On Fri, Mar 11, 2016 at 1:30 PM Dave Abrahams via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:<br class=""><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class=""><div class=""><br class=""></div></div><div style="word-wrap:break-word" class=""><div class="">Anyone who wants to measure is free to do so: simple regexps and wc generally work for this purpose.</div><div class=""><br class=""></div><div class=""><a href="https://github.com/apple/swift-3-api-guidelines-review/tree/swift-3/Platforms" target="_blank" class="">https://github.com/apple/swift-3-api-guidelines-review/tree/swift-3/Platforms</a></div></div></blockquote><div class=""><br class=""></div><div class="">Not sure if anyone actually got around to this so doing a basic set of regex (includes class functions and overrides)...</div><div class=""><br class=""></div><div class="">func foo(bar baz:Baz... ---&gt; 10544</div><div class="">func foo(baz:Baz... ---&gt; 526</div><div class="">func foo(_:Baz... ---&gt; 92</div><div class="">func foo() ---&gt; 7392</div></div></div>
_______________________________________________<br class="">swift-evolution mailing list<br class=""><a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-evolution<br class=""></div></blockquote></div><br class=""></body></html>