Reputation: 258
I have a condition like:
A AND B OR NOT(A) AND NOT(B)
With some refactoring, I got this:
A AND B OR NOT(A OR B)
I'm searching the most refactored expression for this base.
If you have suggestions or tips, it would be great.
Thanks
Upvotes: 0
Views: 173