Skip to main content

camelCase convention

A type of writing in programming where you use a capital letter for all the word parts in each word in a compound word or phrase, and no spaces. It is useful for text-based programming because sometimes you need to name something that needs more than one word and you can't have spaces. For example: spriteRunningFunction (also see snake_case convention)