dysnomia icon indicating copy to clipboard operation
dysnomia copied to clipboard

Disallow the use of prototype builtins.

Open lnpotter opened this issue 1 year ago • 0 comments

This issue refers to an ESLint rule, which is extended in its recommendation: no-prototype-builtins.

The rule highlights some advantages, such as: avoidance of property shadowing errors, better compatibility with third-party environments, security in untrusted environments, facilitates code auditing.

In terms of performance, there is no significant variation as the function call time is negligible in most scenarios.

lnpotter avatar Jul 31 '23 20:07 lnpotter