We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e492d2 commit f28ef81Copy full SHA for f28ef81
README.md
@@ -1046,7 +1046,7 @@ for (let i = 0; i < list.length; i++) {
1046
### Remove dead code
1047
1048
Dead code is just as bad as duplicate code. There's no reason to keep it in your codebase.
1049
-If it's not being called, get rid of it! It will still be safe in your version history if you still need it.
+If it's not being called, get rid of it! It will still be saved in your version history if you still need it.
1050
1051
**Bad:**
1052
0 commit comments