Node_Escargot_Release_210713_97834f7
[platform/framework/web/lwnode.git] / glossary.md
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 affected by prototype pollution
16   and tampering with built-ins.