Add key phrase "best practices" to style guide

I tried Googling for Racket best practices, and could not easily find
the style guide. Adding these key words to the text should improve
discovery of the style guide when one forgets the key word "style" :)
This commit is contained in:
Winston Weinert 2018-05-28 16:14:45 -05:00 committed by Matthew Flatt
parent 17acb7458b
commit 99a627b195

View File

@ -22,9 +22,9 @@ To help manage the growth our code and showcase good Racket style, we need
code base so that everyone who opens files can easily find their way
around.
This document spells out the guidelines. They cover a range of topics, from
basic work (commit) habits to small syntactic ideas like indentation and
naming.
This document spells out the guidelines and best practices. They cover a range
of topics, from basic work (commit) habits to small syntactic ideas like
indentation and naming.
Many pieces of the code base don't live up to the guidelines yet. Here is how
we get started. When you start a new file, stick to the guidelines. If you need