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.
3030``` abap
3131METHOD method_name.
3232...
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.
3939 ENDIF.
4040 ENDIF.
4141 ENDIF.
@@ -46,4 +46,4 @@ ENDMETHOD. "#EC CI_NESTING
4646
4747### Further Readings & Knowledge
4848
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