Skip to content

Commit

Permalink
doc, meta: add PTAL to glossary
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
RedYetiDev authored and marco-ippolito committed Aug 19, 2024
1 parent 325eae0 commit 3c5e593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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++.
Expand Down

0 comments on commit 3c5e593

Please sign in to comment.