<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=""><br class=""><div><blockquote type="cite" class=""><div class="">On 02 Feb 2016, at 06:31, David Hart via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On 02 Feb 2016, at 01:38, Dave Abrahams 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 class=""><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">What is your evaluation of the proposal?<br class=""><br class="">I’m a big fan of guidelines like these so count me as a strong +1.<br class=""><br class="">In general<br class=""><br class="">I’m supportive of lowerCamelCase for enumerations.<span class="Apple-converted-space">&nbsp;</span><br class="">I’m still not sure about the first argument label<br class="">suggestions. Personally, I’d prefer that the first argument always<br class="">include a label, but I know that is not a popular opinion.<br class=""></blockquote><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">What would you use for a label here, and why?</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">&nbsp;someSet.remove(someElement)</span></div></div></blockquote></div><br class=""><div class="">Maybe I am misunderstanding, or maybe I am projecting my opinion, but I believe he meant that the first argument is explicit by default, like all other arguments. your example would just become (keeping the same use-site syntax):</div><div class=""><br class=""></div><div class="">func remove(_ element: Element)</div><div class=""><br class=""></div><div class="">Btw, if it wasn’t clear, that is also my opinion.</div></div></div></blockquote><blockquote type="cite" class=""><br class=""></blockquote><div><blockquote type="cite" class=""><div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div class="">David.</div></div></blockquote><div class=""><div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div class=""><br class=""></div></div></div></div>I think it's important that we separate the discussions about the call site from the discussions about the declaration site.</div><div>This proposal is ultimately about and only about what the call site should look like and needs to remain focused on that.</div><div><br class=""></div><div>There has been a lot of discussion in this thread about the "first argument" but it is often unclear (to me) whether someone is arguing in favor of having the argument be explicit at the call or declaration site... Obviously there seems to be support for making the first argument explicit by default at the declaration site so that should be discussed/proposed separately so that that can be settled as well.</div><div><br class=""></div><div><div class="">- Janosch</div></div><div><br class=""></div><div class=""><div class=""><br class=""></div></div></body></html>