Why camelCase might be better than snake_case:
* camelCase is easier to type (SHIFT + char easier than "_")
* camelCase variables are shorter, maybe easier to read and type
* Many langs prefer camelCase so may be more consistent
* camelCase is easier to type (SHIFT + char easier than "_")
* camelCase variables are shorter, maybe easier to read and type
* Many langs prefer camelCase so may be more consistent
Comments