-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels