mmm...not sure !:mad: I already see worse ! You write a first test if (boolValue == true)
during debugging, it appaers that you have to change the test if (boolValue != true)
after a second debug you wish to change it again if (boolValue != false)
As summary, do you think that this code is really readable, even the performance is the same... : **if (boolValue != !false)**
:laugh:
K
kenpanda
@kenpanda
Posts
-
Classic