forked from extern/naming-cheatsheet
Update README.md
This commit is contained in:
parent
4a57f1d9ce
commit
d097b1a0d3
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user