forked from extern/naming-cheatsheet
@ -26,7 +26,7 @@ Although these suggestions can be applied to any programming language, I will us
|
||||
|
||||
## Naming convention
|
||||
|
||||
Pick **one** naming convention and follow it. It may be `cammelCase`, or `snake_case`, or anyhow else, it does not matter. What matters is for it to remain consistent.
|
||||
Pick **one** naming convention and follow it. It may be `camelCase`, or `snake_case`, or anyhow else, it does not matter. What matters is for it to remain consistent.
|
||||
|
||||
```js
|
||||
/* Bad */
|
||||
|
Reference in New Issue
Block a user