<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="">I personally wouldn't change it.</div><div class=""><br class=""></div><div class="">A few thoughts:</div><div class=""><br class=""></div><div class="">* It's a well known term of art among developers</div><div class="">* If you see "iff" more than once, you're going to be curious</div><div class="">* Hopefully you'll type "<b class="">what does iff mean</b>" into Google at that point and Google will respond like this:&nbsp;<a href="http://imgur.com/1a7b3rp" class="">http://imgur.com/1a7b3rp</a></div><div class="">* see also: <a href="http://ericasadun.com/2015/09/30/dear-erica-whats-iff/" class="">http://ericasadun.com/2015/09/30/dear-erica-whats-iff/</a></div><div class=""><br class=""></div><div class="">-- E</div><div class=""><br class=""></div><div class=""><br class=""></div><div><blockquote type="cite" class=""><div class="">On Feb 7, 2016, at 9:16 PM, Brian Bauer via swift-users &lt;<a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">I apologize in advance if this subject has already been discussed and decided (as far as I can tell, the mailing list archives go back only about 60 days)…<br class=""><br class="">When running through the Swift Tour portion of the Swift eBook, on page 10 there is a code snippet showing an example of the switch statement. &nbsp;While typing that into an Xcode playground, I get a code completion popup on the “hasSuffix” method and the documentation says “Returns true iff self ends with suffix.” &nbsp;This looks like a typo. &nbsp;I know that it means “If and Only If” but to a less experienced developer this is likely to be misunderstood, especially as I can find no explanation for “iff” anywhere in the documentation.<br class=""><br class="">The source of this documentation nugget is a comment in /stdlib/public/core/StringLegacy.swift, so I think discussion of the topic is relevant here.<br class=""><br class="">Swift is touted as being friendly to new programmers and I don’t think it is reasonable to expect new programmers to understand “iff” and I also don’t think it is reasonable to spend a paragraph explaining “iff” at the beginning of an introduction to Swift, thus I suggest removing “iff” from all code comments that are likely to become user-facing documentation (the triple slash). &nbsp;Or at the very least, user-facing documentation that is likely to be read by beginners.<br class=""><br class="">A quick grep of the source gives me somewhere in the neighborhood of 130 instances of “iff” in a triple-slash comment, and I am more than happy to make all of the changes and submit pull requests. &nbsp;Before taking on that work, however, I would like to know if such a change would be welcome or if anyone has a better idea, etc.<br class=""><br class="">Thanks,<br class="">Brian<br class=""><br class="">_______________________________________________<br class="">swift-users mailing list<br class=""><a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-users<br class=""></div></div></blockquote></div><br class=""></body></html>