myevic
myevic copied to clipboard
Improve code quality
- Duplicate const declarations are redundant
- Using the mathematical
*in a boolean context is equal (in functionality) to a boolean logicalAND(&&) but slower during evaluation in certain cases