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

Multiplatform Dependency Injection #11

Open
kngako opened this issue Mar 29, 2022 · 0 comments
Open

Multiplatform Dependency Injection #11

kngako opened this issue Mar 29, 2022 · 0 comments
Labels
multiplatform Issues that patern to making the project more multiplatform supporting

Comments

@kngako
Copy link
Collaborator

kngako commented Mar 29, 2022

Dependency inject is great! Sadly a lot of the best tools for dependency injection are quite platform specific.

We currently do it manually by instantiating all the things we need in SphinxContainer.

There are multiplatform dependency libraries that exist that we could use to replace this method for more elegance. For now, manual gets the job done.

@kngako kngako added the multiplatform Issues that patern to making the project more multiplatform supporting label Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
multiplatform Issues that patern to making the project more multiplatform supporting
Projects
None yet
Development

No branches or pull requests

1 participant