From 037c6105c24de5dca4327c735b1a3a14e1e160ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9la=20Ben=20Khalfallah?= Date: Sun, 2 Jun 2024 13:33:21 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f067fee..81cab5f 100644 --- a/README.md +++ b/README.md @@ -106,8 +106,7 @@ From this, developers and managers can infer that the codebase is moderately mai These metrics are useful in software design for understanding dependencies and the impact of potential changes.
They can help identify modules that might be problematic to maintain or evolve due to high coupling or instability.
- -5. **Code Duplication Detection with Rabin–Karp Algorithm** +6. **Code Duplication Detection with Rabin–Karp Algorithm** Code duplication is a common issue in software development that can lead to increased maintenance costs, bugs, and decreased readability. Detecting code duplication can help improve the health of your codebase.