Skip to content

Javascript files must use namespaces #12

@adeekshith

Description

@adeekshith

Using namespaces in Javascript avoids conflicts with other files or browser extension scripts. Using it will also improve performance as the JS engine will only search for functions or variables of specific namespace instead of searching the entire global space.

Not using it may not be a bug but may potentially introduce bugs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions