Array and Enum: Elements or Objects?
Loren Sands-Ramshaw <[email protected]> Fri, 13 May 2011 11:01:40 -0400
| Newsgroups | gmane.comp.lang.ruby.documentation |
|---|---|
| Message-ID | <[email protected]> |
--000e0cd17dc844bb9104a329957e Content-Type: text/plain; charset=ISO-8859-1 The documentation in array.c and enum.c uses the terms elements and objects inconsistently. Currently there are 100 elements and 18 objects in array.c and 59 elements and 21 objects in enum.c. I think element is the most widely-used term for things in an array. For enum I can see the argument for object given the range of things that can be enumerable, but wikipedia uses element to refer to the things that are being enumerated. Should I make everything in array.c element and everything in enum.c object, or just everything element? Or something else? Thanks, Loren --000e0cd17dc844bb9104a329957e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable <span style=3D"border-collapse:collapse;font-family:arial, sans-serif;font-= size:13px">The documentation in array.c and enum.c uses the terms elements = and objects inconsistently. Currently there are 100 elements and 18 objects= in array.c and 59 elements and 21 objects in enum.c. I think element is th= e most widely-used term for things in an array. For enum I can see the argu= ment for object given the range of things that can be enumerable, but wikip= edia uses element to refer to the things that are being enumerated. Should = I make everything in array.c element and everything in enum.c object, or ju= st everything element? Or something else?<div> <br></div><div>Thanks,</div><div>Loren</div></span> --000e0cd17dc844bb9104a329957e--