Update 'Code_Smells_Patterns/index.md'

main
Ashton McGlone 8 months ago
parent 14dd596115
commit f5d743bebd

@ -14,8 +14,4 @@
[Magic Numbers](./Magic_Numbers.md) [Magic Numbers](./Magic_Numbers.md)
**Feature Envy** [Feature Envy](./Feature_Envy)
* Force: Refactoring may be possible when it is noticed that a certian object seems to have significantly more features than other objects it is interacting with.
* Solution: It may be possible to had work off to some of these smaller objects. If the original object is reaching out to grab things that are much easier access and handled by the secondary object, than a consideration should be made to give that work to the secondary object.

Loading…
Cancel
Save