Skip to content

Commit

Permalink
Update task.md
Browse files Browse the repository at this point in the history
language checked
  • Loading branch information
stephen-hero authored Jan 22, 2024
1 parent 44f28c5 commit b22fdfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InliningCode/MiddleManCodeSmell/Practice/task.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Task

In this task, you need to resolve Middle Man code smell using Inline refactoring.
In this task, you need to resolve the Middle Man code smell using Inline refactoring.


### Hints
Expand All @@ -9,7 +9,7 @@ In this task, you need to resolve Middle Man code smell using Inline refactoring

Apply the Inline Method refactoring and directly use the `DataProvider` class in the `Client` class.

Do not forget to remove `MiddleMan` class after that.
Do not forget to remove the `MiddleMan` class after that.
</div>

<div class="hint" title="Shortcut for Inline refactoring">
Expand Down

0 comments on commit b22fdfe

Please sign in to comment.