From 371beb3f0d26b9ee6be43ed60dabbf718fa79663 Mon Sep 17 00:00:00 2001 From: Sarthak Makhija Date: Fri, 10 Jan 2025 16:11:45 +0530 Subject: [PATCH] Sarthak | Updates README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5e347c..b83f49f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ The refactored code addresses numerous code smells present in the original imple - [Divergent change](https://refactoring.guru/smells/divergent-change) - [Feature envy](https://refactoring.guru/smells/feature-envy) - [Long method](https://refactoring.guru/smells/long-method) +- [Duplicate code](https://refactoring.guru/smells/duplicate-code) - [Switch statements](https://refactoring.guru/smells/switch-statements) - [Primitive obsession](https://refactoring.guru/smells/primitive-obsession)