Review and reduce ExcessiveClassLength threshold in PHPMD configuration #833
Labels
code complexity and formatting
Reduce code complexity or fix formatting
php
Pull requests that update Php code
The current PHPMD configuration in
phpmd.rules.xml
sets ExcessiveClassLength minimum threshold to 2000 lines, which is quite permissive and could lead to maintainability issues.Consider reducing this value to improve code maintainability and encourage better class design through proper separation of concerns.
Current configuration:
Context:
cc @ThomasAFink
The text was updated successfully, but these errors were encountered: