Too many class implementations can increase costs
Read more
Too many class definitions can cause agility issues
Read more
While Loops are more productive than For Loops
Read more
Constructors with a return value can be unproductive in PHP
Read more
Having empty statements can be unproductive in PHP
Read more
Too many functions with default value parameters are unproductive
Read more
Having an assignment to “this” can be unproductive
Read more
Using “instanceOf” causes Production Risk
Read more
Switch cases without ending breaks are hard to understand
Read more
Too many global variables can be unproductive
Read more