Rule ID: ST-MRD-007
Scope: Workflow
Description
The rule checks whether more than 3 nested If clauses are used in the file or project.
Recommendation
Avoid nested If clauses to improve readability. Refactor to use non-nested If's, flowcharts or switch. Read more about Workflow Design.
Updated 3 years ago