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**