<table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top"><div>I found using "true/false" Boolean values reduced the code readability from the "YES/NO" of objective-c code.<br /><br />I'm wondering if others also consider "yes/no" to be simply better.<br /><br />A few reasons:<br /><br />Yes and no are much more common in every day English. Their concepts and meanings are well understood to everyone with little question. <br /><br />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".<br /><br />A code statement like isLightOn = yes makes perfect logical sense in English. isLightOn = true does not.<br /><br />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?<br /><br />I think it should.</div></td></tr></table>