Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

For example, if I am numbering columns from 0-9, and I need to document the use of column 1, should I call it the 1th column instead of the 1st column to avoid giving the reader the impression that column 1 is the first column they would encounter when iterating through?

share|improve this question
If I saw your comment including 1th I would change it to 1st to be grammatically correct. – jrummell Jan 11 at 16:02
@jrummell What would be your preferred manner of explaining that this is the second element in order of being encountered, but uses the index 1? – Ben Mordecai Jan 11 at 16:22
I'm not sure it's even worth mentioning. If the index is 0-based, then it should be obvious that 1 is second. – jrummell Jan 11 at 17:49

closed as not constructive by vcsjones, mishadoff, mbeckish, jrummell, Graviton Jan 16 at 6:45

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.