The leading worldwide SEM firm. It’s pure logic. Let us take care of the maths. Download
Talented and trained graduates with a passion for digital are available now through our new Digital Graduate Academy
Google’s trademark policy up close: the reasons, the impact, the future. Hear from our expert panel
camelcase |
|
| Related Terms | bicapitalization, studlycaps |
| Description | A capitalization convention used when naming functions in many programming languages (eg thisIsAFunction). The first letter of the function name is always lower-case, but the first letter of every other word in the function name is capitalized. This practice is common in Java, <C++> and some PHP code, and is believed to have originated with the Smalltalk language. |