Skip to content

Commit 13c05cd

Browse files
committedFeb 14, 2020
doc: add glossary.md
PR-URL: nodejs#27517 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Denys Otrishko <[email protected]>
1 parent 9cbf6af commit 13c05cd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎glossary.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
You may also need to check https://chromium.googlesource.com/chromiumos/docs/+/master/glossary.md.
2+
3+
* LGTM: "Looks good to me", commonly used to approve a code review.
4+
* PTAL: Please take a look.
5+
* RSLGTM: "Rubber-stamp looks good to me". The reviewer approving without doing
6+
a full code review.
7+
* TSC: Technical Steering Committee. Detailed info see
8+
[TSC](./GOVERNANCE.md#technical-steering-committee).
9+
* WIP: "Work In Progress" - e.g. a patch that's not finished, but may be worth
10+
an early look.
11+
* WPT: [web-platform-tests](https://github.com/web-platform-tests/wpt)
12+
* godbolt: [Compiler Explorer](https://godbolt.org/) run compilers interactively
13+
from your web browser and interact with the assembly. Was created by and is
14+
primarily administrated by Matt Godbolt.
15+
* primordials: Pristine built-ins that are not effected by prototype pollution
16+
and tampering with built-ins.

0 commit comments

Comments
 (0)
Please sign in to comment.