Skip to content

Private methods should actually be private #87

Closed
@ffMathy

Description

@ffMathy

Right now, methods (in for instance Event Hub) are just prefixed with underscores in their names. This makes them private in languages like Python, but they are still callable in TypeScript.

They should be marked with the private keyword.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions