|
9 | 9 | | Field name | CamelCase | 50 | Yes | No | No | Yes | [A-z][0-9] | No |
|
10 | 10 |
|
11 | 11 |
|
12 | | -##Coding conventions are style guidelines for programming. They typically cover: |
| 12 | +##Coding conventions are style guidelines for programming. They typically cover: |
13 | 13 |
|
14 | 14 | 1. Naming and declaration rules for variables and functions.
|
15 | 15 | 1. Rules for the use of white space, indentation, and comments.
|
@@ -55,7 +55,7 @@ Do use camelCasing for function arguments and local variables:
|
55 | 55 |
|
56 | 56 | *Note: Don't start names with a $ sign. It will put you in conflict with many JavaScript library names.*
|
57 | 57 |
|
58 | | -#### Spaces Around Operators |
| 58 | +### Spaces Around Operators |
59 | 59 |
|
60 | 60 | Always put spaces around operators ( = + / * ), and after commas:
|
61 | 61 |
|
|
0 commit comments