We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This component does not really use OOP in most places and thus, providing logging and stuff is quite complicated.
To solve this, we can implement a dependency injection library.
I do quote the answer from @internalsystemerror here as he provided some information on how we could move over to dependency injection.
I'm mostly familiar with the DI in Angular, but there are (smaller) libraries available e.g. TypeDI or even TSyringe by MS
Originally posted by @internalsystemerror in #119 (comment)
The text was updated successfully, but these errors were encountered:
Does a bootstrap script not suffice? Like an entrypoint script? In theory, we don't need a DIC at all 🤔
Sorry, something went wrong.
An example: https://github.com/Roave/BackwardCompatibilityCheck/blob/cbda716d8ce95a64dd74b1727f6fedb66b1dc920/bin/roave-backward-compatibility-check.php#L64-L316
No branches or pull requests
This component does not really use OOP in most places and thus, providing logging and stuff is quite complicated.
To solve this, we can implement a dependency injection library.
I do quote the answer from @internalsystemerror here as he provided some information on how we could move over to dependency injection.
I'm mostly familiar with the DI in Angular, but there are (smaller) libraries available e.g. TypeDI or even TSyringe by MS
Originally posted by @internalsystemerror in #119 (comment)
The text was updated successfully, but these errors were encountered: