Or are we all sticking to our taught \"&&, ||, !\" way?
Any thoughts in why we should use one or the other?
I\'m just wondering because several answe
In cases where I program with names directly mapped to the real world, I tend to use 'and' and 'or', for example:
if(isMale or isBoy and age < 40){}