Names convention #445
Closed
FilippoOlivo
started this conversation in
General
Replies: 2 comments 2 replies
-
To keep the code general and avoid repetitive information, I would keep the singular form for all the submodules/modules (so Also, should we go for the long name for classes? Mainly for sake of clarity, I slightly prefer the long name (and the user can make the acronym at the import level, eg What do you think? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Closing the discussion, the singular is used in the 0.2 version (introduce in #457) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the library has several inconsistencies in class and module names. I started this discussion to establish a naming convention moving forward, ensuring a clearer and more consistent structure. The main issues that @ndem0 and I have identified are:
solvers
andcallbacks
), while others are singular. We need to decide on a consistent approach._pina_models
, or is it better renaming it to_models
?Beta Was this translation helpful? Give feedback.
All reactions