Skip to content

Private method and variable naming enforcement #13

@jasonmatos23-git

Description

@jasonmatos23-git

Methods and variables that should not be exposed to other components should be preceded by a '_'. For example, "self.input_" should become "self._input_".

Metadata

Metadata

Assignees

No one assigned

    Labels

    low priorityIssue is not essential to proper functioningwontfixThis will not be worked on

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions