Skip to content

Commit ca4c8d4

Browse files
Update maximum-nesting-depth.md
1 parent 190582c commit ca4c8d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/checks/maximum-nesting-depth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# code pal for ABAP
22

3-
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [Maximum Nesting Depth Check](maximum-nesting-depth.md)
3+
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [Nesting Depth Check](maximum-nesting-depth.md)
44

55
## Nesting Depth Check
66

77
### What is the Intent of the Check?
88

9-
The "Nesting Depth" check counts the nesting depth level of a method, function-module, form-routine or module. A high value of nesting depth is an indicator that the source code is not readable anymore in a way that maintaining and extending the code can be done efficiently. In addition, the risk of introducing bugs is increased with a high nesting depth value.
9+
The "Nesting Depth" Check counts the nesting depth level of a method, function-module, form-routine or module. A high value of nesting depth is an indicator that the source code is not readable anymore in a way that maintaining and extending the code can be done efficiently. In addition, the risk of introducing bugs is increased with a high nesting depth value.
1010

1111
### How does the check work?
1212

0 commit comments

Comments
 (0)