Skip to content

Make Python function names more Pythonic #613

@marvinoe21

Description

@marvinoe21

We should standardize the naming style of Python functions and variables to be more Pythonic following the snake_case convention.

  • rename projectPath() to project_path()
  • rename envVars() to env_vars()
  • ...

We could consider offering the functions under both names while clearly communicating that the camelCase versions are deprecated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions