From 4c06cc117bb69ed0aca21368120032522e342c6a Mon Sep 17 00:00:00 2001 From: Ashton McGlone Date: Mon, 17 Feb 2025 15:28:27 -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 d5c2e78..3afe4b9 100644 --- a/Code_Smells_Patterns/index.md +++ b/Code_Smells_Patterns/index.md @@ -12,11 +12,7 @@ [Big Methods](./Big_Methods.md) -**Magic Numbers** - -* Force: Refactoring may be possible when it is noticed that there are many hard-coded values and and seemingly random literals scattered throughout the code. - -* Solution: It may be possible to give these vauge "magic numbers" variable names to make the code easier to read, understand, test, and maintain. +[Magic Numbers](./Magic_Numbers.md) **Feature Envy**