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

Standardize naming conventions across all objects, variables, etc. #64

Open
Ntkrell opened this issue May 14, 2020 · 0 comments
Open

Standardize naming conventions across all objects, variables, etc. #64

Ntkrell opened this issue May 14, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Ntkrell
Copy link
Collaborator

Ntkrell commented May 14, 2020

A little inspiration from Drew Gower's naming conventions (he thought they were weird but I think it makes sense):

objects are four letters long and in lower case, variables are eight lower case letters separated in the middle by an underscore, and constants are eight upper case letters separated by an underscore

Check out python's style guide.

Once the model is done I can go back and standardize everything. Not a high priority item at the moment though.

@Ntkrell Ntkrell added the enhancement New feature or request label May 14, 2020
@Ntkrell Ntkrell self-assigned this May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant