Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5025)

Issue 6912056: code review 6912056: spec: consistently use "indices" (rather than "indexes") (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by gri
Modified:
11 years, 4 months ago
Reviewers:
CC:
r, rsc, iant, ken2, mtj1, golang-dev
Visibility:
Public.

Description

spec: consistently use "indices" (rather than "indexes") We have been using all three terms "indices", "indexes", and "index expressions" indiscriminatly for index values. With this change, "index" refers to an index value, "indices" is the plural of "index", and "index expression" refers to an array, slice, or map indexed by an index: a[x].

Patch Set 1 #

Patch Set 2 : diff -r 477b2e70b12d https://code.google.com/p/go #

Patch Set 3 : diff -r 477b2e70b12d https://code.google.com/p/go #

Patch Set 4 : diff -r 477b2e70b12d https://code.google.com/p/go #

Total comments: 1

Patch Set 5 : diff -r 7d3cf7e93789 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -13 lines) Patch
M doc/go_spec.html View 1 2 3 4 10 chunks +13 lines, -13 lines 0 comments Download

Messages

Total messages: 8
gri
Hello r@golang.org, rsc@golang.org, iant@golang.org, ken@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to ...
11 years, 4 months ago (2012-12-08 00:08:45 UTC) #1
mtj1
Awesome. When you get to this point, you're ready to be an international standard. I ...
11 years, 4 months ago (2012-12-08 00:14:21 UTC) #2
gri
So what was the outcome in the battle between "matrices" and "matrixes" ? :-) On ...
11 years, 4 months ago (2012-12-08 00:19:44 UTC) #3
r
LGTM and thank you
11 years, 4 months ago (2012-12-08 00:22:09 UTC) #4
mtj1
Matrix & Matrices, though my point was only about pervasive normalization. ;-) On Fri, Dec ...
11 years, 4 months ago (2012-12-08 01:03:06 UTC) #5
rsc
LGTM
11 years, 4 months ago (2012-12-10 18:40:41 UTC) #6
iant
LGTM https://codereview.appspot.com/6912056/diff/6001/doc/go_spec.html File doc/go_spec.html (right): https://codereview.appspot.com/6912056/diff/6001/doc/go_spec.html#newcode3 doc/go_spec.html:3: "Subtitle": "Version of December 7, 2012", s/7/10/
11 years, 4 months ago (2012-12-10 19:20:54 UTC) #7
gri
11 years, 4 months ago (2012-12-10 19:56:14 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=67026ef0e79e ***

spec: consistently use "indices" (rather than "indexes")

We have been using all three terms "indices", "indexes",
and "index expressions" indiscriminatly for index values.
With this change, "index" refers to an index value,
"indices" is the plural of "index", and "index expression"
refers to an array, slice, or map indexed by an index: a[x].

R=r, rsc, iant, ken, mtj
CC=golang-dev
https://codereview.appspot.com/6912056
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b