📜  骆驼式编程 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:53.002000             🧑  作者: Mango

代码示例1
camelCase is a naming convention in which the first letter of each word in a compound word is capitalized, except for the first word. Software developers often use camelCase when writing source code. camelCase is useful in programming since element names cannot contain spaces.