Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc173d0b

Browse files
author
Scott Simontis
authored
Revised Convention Section
Per issue#14 that I created earlier, I have made a possible revision to the section concerning following a consistent naming style. Please feel free to merge if you agree that it should be noted to discover the popular conventions for the language of your choice.
1 parentf55da86 commitc173d0b

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`, oranyhow else,it does not matter. What matters isforit to remain consistent.
46+
Pick**one** naming convention and follow it. It may be`camelCase`,`PascalCase`,`snake_case`, oranything else,as long as it remains consistent. Many programming languages have their own traditions regarding naming conventions; check the documentationforyour language or study some popular repositories on Github!
4747

4848
```js
4949
/* Bad*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp