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

Abstraction of Managers #40

Closed
4 tasks done
Tracked by #42
MaicolAntali opened this issue Jun 14, 2022 · 2 comments
Closed
4 tasks done
Tracked by #42

Abstraction of Managers #40

MaicolAntali opened this issue Jun 14, 2022 · 2 comments
Labels
feature New feature

Comments

@MaicolAntali
Copy link
Owner

MaicolAntali commented Jun 14, 2022

Abstract the Manager class

  • Create an abstract Class: Manager
  • Abstraction of common tree attributes (File)
  • Implement common methods in the Manager super-class
  • Define the abstract methods of Manager super-class

⚠️ Use logic of abstract methods in the common methods

@MaicolAntali MaicolAntali added this to the 5.0.0 milestone Jun 14, 2022
@MaicolAntali MaicolAntali added the feature New feature label Jun 14, 2022
@MaicolAntali MaicolAntali mentioned this issue Jun 24, 2022
33 tasks
@MaicolAntali
Copy link
Owner Author

Utilizzo di generics

public abstract class Manager<K, V> {}

@MaicolAntali
Copy link
Owner Author

MaicolAntali commented Jun 24, 2022

Manager class

@MaicolAntali MaicolAntali removed this from the 5.0.0 milestone Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant