Skip to content

Code quality improvement : variable name (PEP8) #9

@R-e-d-J

Description

@R-e-d-J

Function and Variable Names
Function names should be lowercase, with words separated by underscores as necessary to improve readability.
Variable names follow the same convention as function names.
mixedCase is allowed only in contexts where that's already the prevailing style (e.g. threading.py), to retain backwards compatibility.
(from PEP8 : https://www.python.org/dev/peps/pep-0008/#function-and-variable-names)

You use a lot of CamelCase (e.g.: deviceComboBox, unitTextLabel, …) and from the line 1330 you use "opt[1-13]" as variable name.

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