summaryrefslogtreecommitdiff
path: root/doc/code.html
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2009-12-17 12:12:47 +1100
committerRob Pike <r@golang.org>2009-12-17 12:12:47 +1100
commitc768ba51d99f597055bb21bad7c573785136bebf (patch)
treeb121870909bb5e7fdb01d18a8d9bfb0e4ee2bff8 /doc/code.html
parented22991f58318df4737cbef3753262c59d57c5ff (diff)
downloadgo-c768ba51d99f597055bb21bad7c573785136bebf.tar.gz
make it more explicit that design discussions should happen before code reviews
R=rsc CC=golang-dev http://codereview.appspot.com/180075
Diffstat (limited to 'doc/code.html')
-rw-r--r--doc/code.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/code.html b/doc/code.html
index 6e32a3d30..5c60222aa 100644
--- a/doc/code.html
+++ b/doc/code.html
@@ -12,10 +12,11 @@ It assumes you have installed Go using the
<p>
Before embarking on a change to an existing
package or the creation of a new package,
-it's a good idea to send mail to the <a href="http://groups.google.com/group/golang-nuts">mailing list</a>
+be sure to send mail to the
+<a href="http://groups.google.com/group/golang-nuts">mailing list</a>
to let people know what you are thinking of doing.
Doing so helps avoid duplication of effort and
-enables discussions about design before much code
+enables discussions about design before any code
has been written.
</p>