Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function/class names #9

Open
LiamPattinson opened this issue Nov 9, 2023 · 0 comments
Open

Function/class names #9

LiamPattinson opened this issue Nov 9, 2023 · 0 comments

Comments

@LiamPattinson
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant