[swift-users] true false vs yes no

Adam Eberbach aeberbach at me.com
Sat Feb 6 17:55:04 CST 2016


I like true/false - it might take a short time to get used to after YES/NO but it is more universally correct. 

"if x == y" - I have a lot of trouble thinking about the result of that expression as YES while it is certainly “true”.

“true” also works just as well as YES when looking at a typical ObjC property like “isEnabled” or “userInteractionEnabled”.

I also thought back to George Boole. “Evaluates to true” is a phrase in the programmer’s lexicon and has been for a long time because those are the terms he used.

> On 7 Feb 2016, at 9:13 am, Oliver M via swift-users <swift-users at swift.org> wrote:
> 
> I found using "true/false" Boolean values reduced the code readability from the "YES/NO" of objective-c code.
> 
> I'm wondering if others also consider "yes/no" to be simply better.
> 
> A few reasons:
> 
> Yes and no are much more common in every day English. Their concepts and meanings are well understood to everyone with little question. 
> 
> Concepts of truthfulness and falsehood have a great deal of philosophical/moral baggage associated with them and can be very subjective. They are not used regularly in every day English. Philosophers spend ages debating what is "truth", lawyers spend months arguing over who's truth to believe and theologians are ever searching for "a deeper truth".
> 
> A code statement like isLightOn = yes makes perfect logical sense in English. isLightOn = true does not.
> 
> Considering proposal SE-0005 point 5 is committing to using 'is' bool variable names (e.g. isLightOn) should true/false be replaced with yes/no?
> 
> I think it should.
> _______________________________________________
> swift-users mailing list
> swift-users at swift.org
> https://lists.swift.org/mailman/listinfo/swift-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20160207/96148009/attachment.html>


More information about the swift-users mailing list