Out of personal experience and reading other people’s code, I have come to realize a small but very tricky issue about how NOT to name boolean variables or any kind of variable where the code to evaluate is usually in the form of a boolean expression.
The pitfall to avoid is :
Do not use a name [...]