vote up 6 vote down star

I use camelCase in my code and database field names, etc, but with fields that have Id at the end, it always ends up being hard to read. For example, itemId, teacherId, unitId, etc. In these cases I consider breaking convention and writing itemID, teacherID, or unitID just for improved readability.

What do you do and what's a general, best practice of dealing with this issue?

flag

20 Answers

vote up 10 vote down check

I do what i feel like. In general, your best practice is to err in favor of readability vs. compliance with some abstract standard.

Just be consistent.

link|flag
CW dream last only a few seconds. – Oscar Reyes Apr 23 at 1:23
c'est la vie, etc. etc. ;-) – Shog9 Apr 23 at 1:27
vote up 4 vote down

I use camelcase, too and I also use it if the name ends with Id.

link|flag
vote up 2 vote down

Id

This is my subjective answer for the subjective question.

I have marked this as CW though.

link|flag
1  
The problem with Id is how the I looks similar to non-capital t. So unitId is quite ambiguous to read – Click Upvote Apr 23 at 1:59
In this font it's similar. While using a monospaced font (which i try to use everywhere where i code) it does not. – Ólafur Waage Apr 23 at 2:20
Or a lowercase l. Even in monospaced fonts, there can be issues. – Andrei Krotkov Apr 23 at 2:24
Monospaced fonts are not necessarily serif. – Stefan Kendall Apr 23 at 2:26
vote up 0 vote down

I prefer to use Id and in our company the standard is also Id over ID. I don't think there is a problem using ID if you find it easier to read. The compiler doesn't care :) I use the same convention in my schema Id columns.

link|flag
vote up 1 vote down

I think that readability is of utmost importance, and should override your convention if it's going to make it that much easier to read. I think the cons outweigh the pros for sticking to your guns/convention if you can't read it easily (as much as we programmers hate to break conventions and protocols).

link|flag
vote up 2 vote down

Id, as for Identifier. Microsoft's suggested naming conventions indicate that that's the recommended practice and compiling with code analysis will support that. You would use ID if it stood for two words starting respectively with I and D and you're really not supposed to use names starting with lowercase letters but in parameters.

link|flag
ID stands for "Identifying Digits." It's possible to create an acronym for anything. ;) – Andrei Krotkov Apr 23 at 2:25
Agreed. Every non-trivial project should be using Code Analysis (FxCop) which will suggest "Id" instead of "ID". – Dan Apr 23 at 2:38
vote up 4 vote down

It doesn't matter, just as long as you're consistent throughout your program.

That being said, I'd go with "Id".

link|flag
vote up 16 vote down

Here's a sample of what I do.

id
userId
getUserId

The key is being consistent.

link|flag
Added the CW when i saw how many others had. – Ólafur Waage Apr 23 at 1:35
All the cool kids are doing it! – Daniel Lew Apr 23 at 1:56
@Daniel they sure are :) – Ólafur Waage Apr 23 at 2:12
vote up 4 vote down

I use underscores in all of my table names, so user_id. Even if id is standalone, it is all lowercase.

link|flag
vote up 0 vote down

Different languages have different guidelines. For .NET you may read Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries. For Java you may read Code Conventions for the Java Programming Language.

link|flag
vote up 1 vote down

Id is an abbreviation, not an acronym, so I case it "Id." UI is an acronym, and acronyms--short ones, anyway--get capitalized: "UI."

link|flag
Best answer here; surprised nobody's upvoted this. +1 :) – bryan Sep 25 at 15:57
FWIW, some would suggest (as the .NET Framework Design Guidelines do) that only two-letter acronyms are fully capitalized, all longer acronyms are capitalized as normal words. E.g., DeferIO and XmlReader. It seams a reasonable and readable approach. But Id is still Id. :) – Curt Nichols Sep 25 at 19:55
vote up 9 vote down

I actually prefer "ID". But, as everyone says, consistency is the most important thing.

Steve

link|flag
4  
I use "ID", it breaks consistency but it is more readable. – awaisj Apr 23 at 4:51
Yes, I find it more readable, which is why I use it. But if you always use "ID" (e.g. "userID", "commentID"), why does it break consistency? – Steve Harrison Apr 23 at 6:04
1  
He might mean that the rest of the code is camalCase and ID is the only thing which isn't – Click Upvote Apr 23 at 6:46
vote up 1 vote down

In Machine SUIF, Mike Smith and Glenn Holloway rigidly enforce the case convention that a capital letter marks a new word. So even though CPS is an acronym it's transformToCps and not transformToCPS. I have found that in the long run, their method works better than what we did in Quick C--, where we usually did all caps for cases like ID and CPS.

link|flag
vote up 2 vote down

I am I going to be voted down here, but I don't care!

it's obviously id. Ideas from the deep!

link|flag
vote up 1 vote down

FxCop/Code Analysis will flag ID as being a bad abbreviation, so if you want to avoid disabling a rule, you might conform and use Id for that reason. But again, this really doesn't matter, as long as you are consistent, as has been pointed out by others.

link|flag
vote up 1 vote down

Whatever you are comfortable with as long as you remain consistent within your own programs. (If you work in a team, you should follow the team's rule or set up some).

One point that hasn't been mentioned is the importance of getting a good font. That will do wonders to your program readability and it could be that your convention problem is partly a font problem:

If you can't easily distinguish Id from ld (Id and ld), you should to change font and perhaps font size too. Personally, I love Consolas.

link|flag
vote up 1 vote down

I agree with the other answers that the most important thing is to be consistent.

I'd add that, if there isn't an established standard for your particular codebase, you should follow the conventions set by your language or platform. In Java, acronyms and other capitalized words are uncapitalized for identifiers:

id
url
getId()
setUrlParameters()

In Objective-C, it's the opposite. You might have a lowercase "id" or "url" variable, but you also have classes such as:

NSURL
NSURLRequest

So in Obj-C I would choose a method name like:

setURLParameters:
link|flag
The capitalized constants in C look very ugly. PHP has also inherited some of these. – Click Upvote Apr 23 at 4:26
vote up 1 vote down

It's pronounced "eye dee", not "id as in id, ego and superego", so ID, not Id. That's my vote, anyhow. The fact that it's an abbreviation, rather than an acronym is irrelevant, due to the way that it's pronounced. It's pronounced as if it were an acronym, so it may as well be typed that way as well. Oh, and camel case is the worst idea in the history of computing.:)

link|flag
vote up 0 vote down

"Id" is ambiguous. Is it part of the "ego" / "superego" model of the human psyche? Probably not: you probably are trying to abbreviate a word, like "Identity" or "Identification" or "Identifier".

Get rid of the ambiguity (and the casing question) by deciding what you mean and then don't abbreviate.

link|flag
vote up 0 vote down

ID in database columns and object properties. id in parameters:

this.ID == id
link|flag

Your Answer

Get an OpenID
or

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