Skip to content

Commit

Permalink
Update refactoring-checklist.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quii authored Dec 19, 2023
1 parent 842bd02 commit 9b9631c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refactoring-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ However, as it is an **automated and safe** change, the risk of going into a spi

For that reason, any changes you can safely perform with your IDE/editor, I would still happily call refactoring.

## Use your tools to help you practice refactoring.
## Use your tools to help you practice refactoring.

- You should run your unit tests every time you do one of these small changes. We invest time in making our code unit-testable, and the feedback loop of a few milliseconds is one of the significant benefits; use it!
- Lean on source control. You shouldn't feel shy about trying out ideas. If you're happy, commit it; if not, revert. This should feel comfortable and easy and not a big deal.
Expand Down

0 comments on commit 9b9631c

Please sign in to comment.