From 3d0c04bed7f0b2933c2f787d4ca750ef05bb1c9c Mon Sep 17 00:00:00 2001 From: Sarthak Makhija Date: Fri, 10 Jan 2025 12:21:11 +0530 Subject: [PATCH] Sarthak | Updates README --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2c48656..c7dfd65 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,13 @@ The code to refactor is available [here](https://github.com/SarthakMakhija/task- The following refactoring techniques were used: -- [Extract method](https://refactoring.guru/extract-method) -- [Replace temp with query](https://refactoring.guru/replace-temp-with-query) - [Move method](https://refactoring.guru/move-method) -- [Introduce local extension](https://refactoring.guru/introduce-local-extension) -- [Extract interface](https://refactoring.guru/extract-interface) +- [Replace temp with query](https://refactoring.guru/replace-temp-with-query) - [Rename method](https://refactoring.guru/rename-method) +- [Extract method](https://refactoring.guru/extract-method) +- [Extract interface](https://refactoring.guru/extract-interface) +- [Replace data value with object](https://refactoring.guru/replace-data-value-with-object) +- [Introduce local extension](https://refactoring.guru/introduce-local-extension) - [Introduce assertion](https://refactoring.guru/introduce-assertion) ### What is not covered