Update 'Code_Smells_Patterns/Excessive_Conditionals.md'

main
Ashton McGlone 8 months ago
parent 6e3f0b2b25
commit 2290bbb59c

@ -0,0 +1,7 @@
**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)
Loading…
Cancel
Save