From 7d7109cd8a9037ba0f5bccd731d4e3e38dc2cfba Mon Sep 17 00:00:00 2001 From: Ashton McGlone Date: Mon, 17 Feb 2025 15:26:14 -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 d5daf4c..6ad67c0 100644 --- a/Code_Smells_Patterns/index.md +++ b/Code_Smells_Patterns/index.md @@ -8,11 +8,7 @@ [Reocurring Parameter lists](./Reocurring_Parameter_Lists.md) -**Big Objects** - -* Force: Refactoring may be considered if an object has many methods and variables. - -* Solution: It may be possible to break this object up into a few smaller objects. This can be done for readability, simplicity, and overall funtionality. +[Big Objects](./Big_Objects.md) **Big Methods**