‘AND’ vs ‘&&’ as operator

I have a codebase where developers decided to use AND and OR instead of && and ||.

I know that there is a difference in operators’ precedence (&& goes before and), but with the given framework (PrestaShop to be precise) it is clearly not a reason.

Which version are you using? Is and more readable than &&? Or is there no difference?

10 Answers
10

Leave a Comment