Skip to content

Commit 97fba45

Browse files
authored
Merge pull request #23 from ssimontis/patch-1
Revised Convention Section
2 parents 9b1daf4 + c173d0b commit 97fba45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const friends = ['Kate', 'John']
4343
4444
## Naming convention
4545

46-
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.
46+
Pick **one** naming convention and follow it. It may be `camelCase`, `PascalCase`, `snake_case`, or anything else, as long as it remains consistent. Many programming languages have their own traditions regarding naming conventions; check the documentation for your language or study some popular repositories on Github!
4747

4848
```js
4949
/* Bad */

0 commit comments

Comments
 (0)