Skip to content

Function/class names #9

Description

@LiamPattinson

We currently have the function cocos.identify_cocos and the class cocos.Transform. In the former case, the cleanest way to use it is:

from pyloidal.cocos import identify_cocos

c = identify_cocos(...)

In the latter case, to make it clear what the class does:

from pyloidal import cocos

t = cocos.Transform(...)

These styles should be unified, either by renaming identify_cocos to identify, or by renaming Transform to TransformCOCOS/COCOSTransform.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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