From f5d743bebd5bea72756f8e24f83b3b65900c8593 Mon Sep 17 00:00:00 2001 From: Ashton McGlone Date: Mon, 17 Feb 2025 15:29:30 -0500 Subject: [PATCH] Update 'Code_Smells_Patterns/index.md' --- Code_Smells_Patterns/index.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Code_Smells_Patterns/index.md b/Code_Smells_Patterns/index.md index 3afe4b9..03599aa 100644 --- a/Code_Smells_Patterns/index.md +++ b/Code_Smells_Patterns/index.md @@ -14,8 +14,4 @@ [Magic Numbers](./Magic_Numbers.md) -**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. +[Feature Envy](./Feature_Envy)