waldothedeveloper / lullabyhouse

At Lullaby House, we provide a wide range of cleaning services to help you keep your home clean and tidy.
Other
1 stars 0 forks source link

(JS-0061) Prefer not to extend native types #126

Open waldothedeveloper opened 1 year ago

waldothedeveloper commented 1 year ago

Description

In JavaScript, you can extend any object, including builtin or "native" objects. Sometimes people change the behavior of these native objects in ways that break the assumptions made about them in other parts of the code.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/waldothedeveloper/lullabyhouse/issue/JS-0061/occurrences/