Skip to content

API hard to read #4

@carterbox

Description

@carterbox

Generally, we follow the PEP8 convention for naming things in Python.

For example:

an_object_instance = ClassName()
a_function_name(foo, bar)

By pyctest doesn't seem to follow any convention. The functions and classes are all randomly either CamelCase or lower_with_underscores. This makes reading calls to the API difficult to read.

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