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

Use dependency injection framework #34

Open
KeranYang opened this issue Apr 12, 2023 · 0 comments
Open

Use dependency injection framework #34

KeranYang opened this issue Apr 12, 2023 · 0 comments

Comments

@KeranYang
Copy link
Member

Benefits include: 1. Loose coupling 2. Modularity 3. Easy to test 4. Reusability 5. Separation of concerns etc. Eventually leads to more modular, maintainable, and testable code.

There are several options like spring, google guice. Choose one and apply it to our code base.

@KeranYang KeranYang changed the title Use dependency injection framework to initialize classes Use dependency injection framework Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant