**Excessive Conditionals** * 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. [Back to Index](./index.md)