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

Minimize dependency on Chart in the evaluators module #256

Merged
merged 2 commits into from
Dec 16, 2023

Conversation

mauriciopoppe
Copy link
Owner

When I started the library I didn't care about maintainability so I sent a huge object with tons of public properties downstream, it makes it hard to make changes and refactors because I don't know what's getting used where.

I'm going to pay that debt by creating subsets of objects like Chart that will be sent downstream.

This doesn't introduce any breaking change as it's mostly a refactor.

@mauriciopoppe mauriciopoppe changed the title Minimize dependency on Chart in space utility. Minimize dependency on Chart in the evaluators module Dec 16, 2023
@mauriciopoppe mauriciopoppe merged commit b0f1d83 into master Dec 16, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant