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

Make FixedMatrix a final class #194

Closed
HDouss opened this issue Oct 26, 2020 · 1 comment
Closed

Make FixedMatrix a final class #194

HDouss opened this issue Oct 26, 2020 · 1 comment
Milestone

Comments

@HDouss
Copy link
Owner

HDouss commented Oct 26, 2020

FixedMatrix is not a final class, and neither it is abstract. We could make the class final. Current subclasses could encapsulate a FixedMatrix to reuse its implementation instead of subclassing FixedMatrix.

@HDouss HDouss added this to the 0.4 milestone Oct 26, 2020
HDouss added a commit that referenced this issue Oct 26, 2020
HDouss added a commit that referenced this issue Oct 26, 2020
@HDouss
Copy link
Owner Author

HDouss commented Oct 27, 2020

Resolved by PR #195

@HDouss HDouss closed this as completed Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant