Skip to content

Commit f529bc2

Browse files
find better quote
1 parent 04ab672 commit f529bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07-durable-code.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Try to avoid using variable names that have no meaning like `tmp` or `x`, or `i`
185185
> 2 Use consistent notation for naming convention.
186186
> 3 Use standard terms.
187187
> 4 Do not number a variable name.
188-
> 5 When you find another way to name a variable, refactor as fast as possible.
188+
> 5 When you find another word or term to replace and improve your variable name, refactor those code as soon as possible.
189189
190190
[@Hobert2018]
191191

0 commit comments

Comments
 (0)