Skip to content

lift internal functions to the top level #70

@samrushing

Description

@samrushing

A proper modular style will place internal functions inside a scope so they don't pollute the global namespace. Often these functions do not reference the current lexical scope, and will perform better if lifted to the top level.

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