| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 36671f9 commit f135c38
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,8 @@ | |||
| 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 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments