Comment on What real life bad habits has programming given you?parentComments−tlrobinson17y english logic ------- ----- and AND or XOR / OR Actually, since (A XOR B) and (A AND B) are mutually exclusive, (A XOR B) XOR (A AND B) also equals (A OR B), so "/" could be "XOR" too.
Comments