From 9f2b45ac9468173dec4d4e8d135a416592e4a667 Mon Sep 17 00:00:00 2001 From: stephen-hero <78870893+stephen-hero@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:42:14 +0200 Subject: [PATCH] Update task.md language checked --- InliningCode/WhatIsInlineVariableRefactoring/Theory/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InliningCode/WhatIsInlineVariableRefactoring/Theory/task.md b/InliningCode/WhatIsInlineVariableRefactoring/Theory/task.md index f24570d..ea1964e 100644 --- a/InliningCode/WhatIsInlineVariableRefactoring/Theory/task.md +++ b/InliningCode/WhatIsInlineVariableRefactoring/Theory/task.md @@ -1,6 +1,6 @@ # Task 1/2: What is Inline Variable refactoring? -We apply the **Inline refactoring** to simplify code by removing an unnecessary method or variable declarations and directly +We apply the **Inline refactoring** to simplify code by removing unnecessary method or variable declarations and directly replacing them with their respective expressions or values. Apply Inline Variable when a **variable is only used once** or when its name does not add any meaningful information.