File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ The pseudo comment must be placed right after the `ENDMETHOD` statement.
30
30
``` abap
31
31
METHOD method_name.
32
32
...
33
- IF any_condition .
34
- IF any_condition .
35
- IF any_condition .
36
- IF any_condition .
37
- IF any_condition .
38
- any_condition = abap_true.
33
+ IF any_condition1 .
34
+ IF any_condition2 .
35
+ IF any_condition3 .
36
+ IF any_condition4 .
37
+ IF any_condition5 .
38
+ any_variable = abap_true.
39
39
ENDIF.
40
40
ENDIF.
41
41
ENDIF.
@@ -46,4 +46,4 @@ ENDMETHOD. "#EC CI_NESTING
46
46
47
47
### Further Readings & Knowledge
48
48
49
- * [ ABAP Styleguides on Clean Code] ( https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP.md#keep-the-nesting-depth-low )
49
+ * [ ABAP Styleguides on Clean Code - keep the Nesting Depth low ] ( https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP.md#keep-the-nesting-depth-low )
You can’t perform that action at this time.
0 commit comments