mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 13:09:21 +01:00
doc, meta: add PTAL to glossary
PR-URL: https://github.com/nodejs/node/pull/53770 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
This commit is contained in:
parent
e44ec42393
commit
53dead8912
@ -73,6 +73,7 @@ This file documents various terms and definitions used throughout the Node.js co
|
||||
contain data and code to manipulate that data. OOP languages include features such as encapsulation, inheritance,
|
||||
and polymorphism.
|
||||
* **PPC**: [PowerPC][] - A type of microprocessor architecture.
|
||||
* **PTAL**: Please Take A Look.
|
||||
* **Primordials**: Pristine built-ins in JavaScript that are not affected by prototype pollution.
|
||||
* **Prototype Pollution**: Process in which a user mutating object prototypes affects other code.
|
||||
* **RAII**: [Resource Acquisition Is Initialization][] - Programming idiom used to manage resources in C++.
|
||||
|
Loading…
Reference in New Issue
Block a user