I am in the process of unifying these inconsistent naming conventions and this one problem has been a bit driving me crazy lately.
In the code base I am working with has no convention regarding "ID"; "ID", "Id" and even "iD" are used inconsistently.
****Question**: In .NET, how do you guys capitalize "ID"? For an example, nodeID, nodeId? FolderID or FolderId?
****Edit**: How about plural cases? then should I do "NodeIDs" or "NodeIds"?
Thanks
I always capitalize ID when it is an abbreviation for identifier, etc. It just looks wrong and makes me think of Freud, otherwise -- which is definitely not a good thing.