Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-05-01 17:48:49 +0300
committergengjiawen <technicalcute@gmail.com>2020-02-14 06:26:18 +0300
commit13c05cd10c07a0e0ed5833eef102938dc782ce60 (patch)
tree93b2833a2d6b691a95f7f763b6f343608268e180 /glossary.md
parent9cbf6af5b5ace0cc53c1a1da3234aeca02522ec6 (diff)
doc: add glossary.md
PR-URL: https://github.com/nodejs/node/pull/27517 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Diffstat (limited to 'glossary.md')
-rw-r--r--glossary.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/glossary.md b/glossary.md
new file mode 100644
index 00000000000..a48fd6083b4
--- /dev/null
+++ b/glossary.md
@@ -0,0 +1,16 @@
+You may also need to check https://chromium.googlesource.com/chromiumos/docs/+/master/glossary.md.
+
+* LGTM: "Looks good to me", commonly used to approve a code review.
+* PTAL: Please take a look.
+* RSLGTM: "Rubber-stamp looks good to me". The reviewer approving without doing
+ a full code review.
+* TSC: Technical Steering Committee. Detailed info see
+ [TSC](./GOVERNANCE.md#technical-steering-committee).
+* WIP: "Work In Progress" - e.g. a patch that's not finished, but may be worth
+ an early look.
+* WPT: [web-platform-tests](https://github.com/web-platform-tests/wpt)
+* godbolt: [Compiler Explorer](https://godbolt.org/) run compilers interactively
+ from your web browser and interact with the assembly. Was created by and is
+ primarily administrated by Matt Godbolt.
+* primordials: Pristine built-ins that are not effected by prototype pollution
+ and tampering with built-ins.