File tree Expand file tree Collapse file tree 3 files changed +902
-1
lines changed Expand file tree Collapse file tree 3 files changed +902
-1
lines changed Original file line number Diff line number Diff line change 1
1
# C++ Style Guide
2
2
3
+ See also the [ C++ codebase README] ( src/README.md ) for C++ idioms in the Node.js
4
+ codebase not related to stylistic issues.
5
+
3
6
## Table of Contents
4
7
5
8
* [ Guides and References] ( #guides-and-references )
Original file line number Diff line number Diff line change @@ -121,7 +121,9 @@ in the API docs will also be checked when running `make lint` (or
121
121
use ` REPLACEME ` for the version number in the documentation YAML.
122
122
123
123
For contributing C++ code, you may want to look at the
124
- [ C++ Style Guide] ( ../../../CPP_STYLE_GUIDE.md ) .
124
+ [ C++ Style Guide] ( ../../../CPP_STYLE_GUIDE.md ) , as well as the
125
+ [ README of ` src/ ` ] ( ../../../src/README.md ) for an overview over Node.js
126
+ C++ internals.
125
127
126
128
### Step 4: Commit
127
129
You can’t perform that action at this time.
0 commit comments