How should compound words be handled when coding? Is there a definitive list of compound words? [closed]
- by Ray
QUESTION:
How should you handle compound words when programming?
Are there any good lists available online for developers of generally accepted technology-related compound words?
I can see how this is highly ambiguous, so should I just use common-sense?
EXAMPLE:
I would be inclined to do this:
filename NOT FileName
or
login NOT LogIn
…