vote up 11 vote down star
2

The QA manager where I work just informed me there is a bug in my desktop app due to the sign on prompt being "Operator Id" when it should be "Operator ID". Her argument being that "Id" refers to the ego portion Freud's "pshycic apparatus" and is not semantically correct.

Now being an anal engineer (AE) I of course had to go and lookup Id vs ID and from my cursory investigations (google) it seems ID is just as commonly used for Freud's ego as Id is.

So my reasoning would be that Id is a shortened version of "Identifier" and is more correct or at least more commonly used than ID which would typically indicate a two word abbreviation.

I could just change the UI but then I wouldn't be holding up my profession as an AE so I was wondering if there any best practices or references for this sort of thing that I could use to support my argument? Keeping in mind that this question relates to the user interface and not the source code where abbreviations and casing are a whole different branch of philosophy.

flag

If I recall correctly, Freud was actually talking about das es, das ich und das uberich. Which is translated as The it, The I (or self) and the over-I (or super-self). When it was translated in to English, the translator didn't think it sounded very good, so translated it to Latin (Id, Ego, Super ego) instead as it sounded more impressive. – Colin Mackay Jul 20 at 1:09
1  
+1 for the anal engineer (and the question, which is actually interesting) – Stefano Borini Jul 20 at 1:10
I asked this question once and was downvoted to oblivion! However, I was asking more out of personal interest. – alex Jul 20 at 1:16
1  
Did you mention being anal engineer anywhere? This and Freid was what decided the fate of this question :). – Eugene Jul 20 at 2:08

5 Answers

vote up 16 vote down check

According to Merriam-Webster, the abbreviation is "ID". If it were a correct abbreviation, it would have to be "Id." with the period.

link|flag
2  
This is absolutely the right answer. Even though the D doesn't stand for anything on its own, I think we should all realize by now that the whims of English are not bound by logic or consistency. For better or worse, "ID" is the actual, official, correct term. – John Y Jul 20 at 1:14
I didn't even think to check the dictionary. Looks like ID is literally correct given that it's defined in more than one as the abbreviation for Identification. The dictionary editors obviously need to read Microsoft's guidleines re. two and 3 letter abbreviations. In the meantime I'll change my UI from Id to ID and accept defeat, damn QA. – sipwiz Jul 20 at 1:14
Maybe, it stands for 'Identification (Digit|Data)' – alex Jul 20 at 1:17
vote up 7 vote down

The 'D' doesn't stand for anything, so I've always considered it an abbreviation, not an acronym - and therefore I too use 'Id', not 'ID'.

I don't know about your qa's reasoning - words can have more than one meaning - this is not unusual in English :)

But it looks like the common usage is actually 'ID' (right or wrong :P), which is probably the format your users would expect.

link|flag
So obvious.. and yet I've never even though about that before. +1 – womp Jul 20 at 1:03
vote up 1 vote down

as a short version of Identifier, I would use Id. Also ID it's freaky when you have functions like

getUserIDByName()

Multiple capitals in domain terms are quite problematic with CamelCase, as they can produce ambiguities and therefore dishomogeneity in your interfaces and namings

link|flag
1  
Of course, you could just use "getUserIdByName" in the code and display the UI with "ID", to get the best of both worlds. – Matthew Iselin Jul 20 at 1:46
Yes, but that's an ambiguity, although I mean... you can live with it =) – Stefano Borini Jul 20 at 1:49
vote up 1 vote down

"ID" you are refering originally comes from the shortened form for "Identity Document". It is only more recently become ID for identity.

link|flag
vote up 1 vote down

The QA manager's line of reasoning is silly. Lots of English words have multiple meanings. "Lead", "lead", "lead" (metal, be at the front of, or a connector).

I would just try to be consistent with the capitalization used elsewhere in the app.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.