Use consistent snake_case variable names #181
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Just going through a PR and there are camelCase variable names sprinkled through out the code base. Would be good to move to the Python standard
snake_case
for the whole repo.The challenge will be
anchorDate
as it's used in a public method and hence by downstream users. Will need to deprecate it and support that kwarg for some period of time.The text was updated successfully, but these errors were encountered: