Code Complexity Guidelines
Apply these guidelines to keep code complexity manageable.
Cyclomatic Complexity
Keep the cyclomatic complexity of each function below 6.
- •If you have a large switch case, consider using the strategy pattern or dispatch table instead