abapOpenChecks icon indicating copy to clipboard operation
abapOpenChecks copied to clipboard

IF comparison, call/variables vs constants

Open larshp opened this issue 6 years ago • 0 comments

Prefer left or right

IF foo = 2.

IF 2 = foo.

can probably reuse some code from http://docs.abapopenchecks.org/checks/59/

larshp avatar Dec 18 '18 06:12 larshp