- Tags:
- analysis
- feature property
CA032 - Long routine implementation
Description
A routine implementation that contains many instructions should be shortened to make it easier to understand.
- Scope featureStatus EnabledSeverity WarningApplicability AllScore 70Instructions threshold 70
Example of violation
A routine with many lines of code.
Recommendation
Decompose the routine by creating new routines that will be used in the original long routine.
Back to Rules
cached: 12/11/2025 1:27:33.000 PM