Skip to content

Commit d3d23cd

Browse files
committed
src,doc: add C++ internals documentation
This aims to help explain some of the internal patterns and utilities that we use. It is by no means exhaustive, and suggestions for additions are welcome. Some of this is based on the existing work from nodejs#26929. Refs: nodejs#26929
1 parent 9d09969 commit d3d23cd

File tree

2 files changed

+756
-0
lines changed

2 files changed

+756
-0
lines changed

CPP_STYLE_GUIDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# C++ Style Guide
22

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+
36
## Table of Contents
47

58
* [Guides and References](#guides-and-references)

0 commit comments

Comments
 (0)