<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 19 Apr 2016, at 17:19, Brent Royal-Gordon &lt;<a href="mailto:brent@architechies.com" class="">brent@architechies.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="content-type" content="text/html; charset=utf-8" class=""><div dir="auto" class=""><div class=""><blockquote type="cite" class=""><div class=""><blockquote type="cite" class=""><div class=""><font class=""><span style="background-color: rgba(255, 255, 255, 0);" class="">I wrote my first Python this week. I was very glad that `map` was named `map`. I just had to glance at the docs to see whether it was a function or a method and which argument came first. It took less time and involved less doubt than learning their closure syntax did.</span></font></div></blockquote><font class=""><span style="background-color: rgba(255, 255, 255, 0);" class=""><br class=""></span></font></div><div class=""><font class=""><span style="background-color: rgba(255, 255, 255, 0);" class="">Are you suggesting that if it had been named “mapped” or “mapping” that you would have been unable to find it? Any decent search engine and/or auto-complete should get you to the correct function just as quickly, again, I don’t think anyone is suggesting that these functions be radically renamed, just that their tense be altered to match the new naming convention, which doesn’t change the root word from which they are derived.</span></font></div></blockquote><div class=""><br class=""></div>I'm suggesting that if it had been named `mapped<span style="background-color: rgba(255, 255, 255, 0);" class="">` or (especially)&nbsp;`mapping`, I would have been a lot less certain I was looking at the list function and not a type or method that was unrelated to the traditional&nbsp;`map`. I probably would have still found it, but I wouldn't have been immediately sure it was right.</span></div></div></div></blockquote><br class=""></div><div>If we’re assuming you’re totally new to Swift and the first thing you do is go looking for a map function, then you’d still need to double check exactly what you’re doing anyway (how to write the closure etc.) so I’m not sure a few extra letters is going to make a meaningful difference in speed as you’ll be double checking documentation anyway to be sure you use the function correctly.</div><div><br class=""></div><div>Meanwhile if you’ve been through a few Swift tutorials or whatever with the current API guidelines adhered to, then you should be used to, or at least aware of, the form for mutating vs non-mutating method names, so seeing mapped shouldn't cause much pause either.</div><div><br class=""></div><div>I just don’t think it can possibly have a meaningful impact on time; it’s not as if developers are going to be off wandering the streets with their whole world turned upside-down, unable to figure out what to do with themselves because they’re suddenly unable to find a map method, only some bewildering, alien method named “mapped” that could be anything.</div><div><br class=""></div><div>I’ll grant that switching to mapped is relatively minor, but if everything else is named following one set of rules I think a better case needs to be made for why some functions should have their own set of rules, especially if it amounts to “that’s what others call it”, in particular if those others call it that because that’s what others call it and so-on ;)</div></body></html>