Skip to content

Make globals private where possible #4

@user-group

Description

@user-group

There are numerous global variables used, some of which are only used locally within a single file. Those should become private/declared as "static", to improve maintainability and remove potential sources of bugs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions