| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0d1e64f commit 7b01bfb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ Node.js codebase not related to stylistic issues. | |||
| 13 | 13 | * [4 spaces of indentation for statement continuations](#4-spaces-of-indentation-for-statement-continuations) | |
| 14 | 14 | * [Align function arguments vertically](#align-function-arguments-vertically) | |
| 15 | 15 | * [Initialization lists](#initialization-lists) | |
| 16 | - * [CamelCase for methods, functions, and classes](#camelcase-for-methods-functions-and-classes) | ||
| 16 | + * [PascalCase for methods, functions, and classes](#pascalcase-for-methods-functions-and-classes) | ||
| 17 | 17 | * [`snake_case` for local variables and parameters](#snake_case-for-local-variables-and-parameters) | |
| 18 | 18 | * [`snake_case_` for private class fields](#snake_case_-for-private-class-fields) | |
| 19 | 19 | * [`snake_case` for C-like structs](#snake_case-for-c-like-structs) | |
@@ -139,7 +139,7 @@ HandleWrap::HandleWrap(Environment* env, | |||
| 139 | 139 | handle_(handle) { | |
| 140 | 140 | ``` | |
| 141 | 141 | ||
| 142 | - ### CamelCase for methods, functions, and classes | ||
| 142 | + ### PascalCase for methods, functions, and classes | ||
| 143 | 143 | ||
| 144 | 144 | Exceptions are simple getters/setters, which are named `property_name()` and | |
| 145 | 145 | `set_property_name()`, respectively. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments