Pascal spelling (also called the big camel spelling) is a variable naming method in computer programming. It is mainly used to uppercase the first letter of all words used by the descriptive variable, and then directly connects them. There is no connector between words. For example:
Age
Lastname
Winterofdiscontent
Similar to Pascal, camelcase is used. The difference between camelcase and camelcase is that the first letter of the first word is capitalized, while that of the first word is lowercase. The two are widely used in. NET Framework development.
Microsoft recommends that you use camelcase for simple variables and pascalcase for advanced naming rules.
In English, the combination of uppercase and lowercase words is called camelcase ). For example, the combination of backcolor, the first letter of color is capitalized.
This spelling is not allowed in formal English, but is widely used in programming languages and business activities. For example, Sony's best-selling game machine PlayStation, play and station both use uppercase letters.
The reason why it is called "Camel spelling" is that the case sensitivity makes compound words appear "Bulk" (BUMP), which looks like hump ).
There are two types of "Camel spelling. The first letter of the first word is lowercase, and the first letter of the next word is called "lowercamelcase". The first letter of the first word and the first letter of each word are capitalized, called uppercamelcase, or pascalcase ).