ecohydro / maize-Toff

Repo for modeling analysis of of maize yield variability and tradeoffs between yield and crop failure.
4 stars 2 forks source link

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

Open Ntkrell opened 4 years ago

Ntkrell commented 4 years ago

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.