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

Refactor container classes #154

Open
JohannesGaessler opened this issue Sep 8, 2020 · 0 comments
Open

Refactor container classes #154

JohannesGaessler opened this issue Sep 8, 2020 · 0 comments
Labels
Maintenance Improve internal structure of kafe2/make life for developers easier.

Comments

@JohannesGaessler
Copy link
Collaborator

Currently IndexedContainer inherits from DataContainerBase and all other container classes inherit from IndexedContainer.
This is a bad use of inheritance as something those other containers can not be used in the place of an IndexedContainer.

@JohannesGaessler JohannesGaessler added the Maintenance Improve internal structure of kafe2/make life for developers easier. label Sep 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance Improve internal structure of kafe2/make life for developers easier.
Projects
None yet
Development

No branches or pull requests

1 participant