myevic icon indicating copy to clipboard operation
myevic copied to clipboard

Improve code quality

Open coderobe opened this issue 7 years ago • 0 comments

  • Duplicate const declarations are redundant
  • Using the mathematical * in a boolean context is equal (in functionality) to a boolean logical AND (&&) but slower during evaluation in certain cases

coderobe avatar Jan 03 '18 20:01 coderobe