Skip to content

Commit 1dcb767

Browse files
authored
Docs tweak (#440)
1 parent 3b85486 commit 1dcb767

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.scrbl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,10 @@ mind:
460460
@item{Refactoring rules can be shown to many different developers in a wide variety of different
461461
contexts. Therefore, it's important that Resyntax's default recommendations have some degree of
462462
@emph{consensus} among the Racket community. Highly divisive suggestions that many developers
463-
disagree with are not a good fit for Resyntax. Discussing your rule with the Racket community prior
464-
to developing it is encouraged, especially if it's likely to affect a lot of code. If necessary,
465-
consider narrowing the focus of your rule to just the cases that everybody agrees are clear
466-
improvements.}
463+
disagree with are not a good fit for Resyntax. Technology is social before it is technical:
464+
discussing your rule with the Racket community prior to developing it is encouraged, especially if
465+
it's likely to affect a lot of code. If necessary, consider narrowing the focus of your rule to just
466+
the cases that everybody agrees are clear improvements.}
467467

468468
@item{Refactoring rules should @emph{explain themselves}. The description of a refactoring rule (as
469469
specified with the @racket[#:description] option) should state why the new code is an improvement

0 commit comments

Comments
 (0)