|
|
@ -4,9 +4,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
[Duplicated Code](./Duplicated_Code.md)
|
|
|
|
[Duplicated Code](./Duplicated_Code.md)
|
|
|
|
|
|
|
|
|
|
|
|
**Excessive Conditionals**
|
|
|
|
[Excessive Conditionals](./Excessive_Conditionals.md)
|
|
|
|
|
|
|
|
|
|
|
|
* Force: Refactoring may be considered if a section of code seems overloaded with conditional statements or switch cases
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Solution: It may be possible to break these conditionals up into smaller, more conscise methods that are easier to read and have a clear purpose.
|
|
|
|
* Solution: It may be possible to break these conditionals up into smaller, more conscise methods that are easier to read and have a clear purpose.
|
|
|
|
|
|
|
|
|
|
|
|