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 7421852
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Task

Next, you need to move methods to a more appropriate place using move refactoring.
Next, you need to move methods to a more appropriate place using the Move refactoring technique.
Move some methods from one class to another.

### Hints
Expand All @@ -13,6 +13,6 @@ Use the F6 shortcut to move a code element.

<div class="hint" title="Refactoring hint">

Move `start()` and `stop()` methods to the `Car` class.
Move the `start()` and `stop()` methods to the `Car` class.

</div>

0 comments on commit 7421852

Please sign in to comment.