We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For example in Java:
if (a && b && c != null) { ...
I would like to change a && b to b && a or b && c != null to c != null && b with Sideways.
a && b
b && a
b && c != null
c != null && b