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

Re-architect data calculators #319

Merged
merged 2 commits into from
Oct 13, 2022
Merged

Re-architect data calculators #319

merged 2 commits into from
Oct 13, 2022

Conversation

bachya
Copy link
Owner

@bachya bachya commented Oct 13, 2022

Describe what the PR does:

I've long struggled with how "loose" the current data calculation functions are – lots of repeat, a reliance on specifically-positioned args, etc. This PR re-architects them into a series of calculator classes that eliminates the repeat and strictly types how they operate.

Does this fix a specific issue?

N/A

Checklist:

  • Confirm that one or more new tests are written for the new functionality.
  • Run tests and ensure everything passes (with 100% test coverage).
  • Update README.md with any new documentation.
  • Add yourself to AUTHORS.md.

@bachya bachya added the maintenance Generic library tasks label Oct 13, 2022
@bachya bachya self-assigned this Oct 13, 2022
@bachya bachya merged commit 6e39433 into dev Oct 13, 2022
@bachya bachya deleted the calc-rearch branch October 13, 2022 16:33
@github-actions github-actions bot locked and limited conversation to collaborators Oct 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
maintenance Generic library tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant