-
Certain other DI containers provide the notion of a scope that is bound to a specific type instance, such that when the instance is created, all dependencies are resolved in the scope of that instance…
-
In the legacy provider model, providers could be acquired by name or a system could request the default. The default was the provider named “Default”. When we moved to using dependency injection, wh…
-
Met name het testen van Joomla-extensies. Waarschijnlijk pas voor een latere (tweede?) PIM-meeting, die dan helemaal over testing zou gaan: ook system- / integration-tests.
-
Imagine scenario:
- With `bin/console cache:clear` you dump DI container
- In code you use `$container->get('foo');`
- PHPStan reports `Service "foo" is not registered in the container`
- You fi…
-
Currently, containers are just dropped from the service with no warning:
https://github.com/freshgum-bubbles/typedi/blob/ee8a84e3d82ace1b99084848dae673d13bdc4d05/src/container-instance.class.ts#L556-…
-
Tests vary far and wide and can be vastly different from one another.
TUnit tries to be flexible in meeting different testing needs.
I'd find it really helpful to gather examples of test class e…
-
### Description
We had an interesting discussion about buses and my colleague shared how he implemented mechanism that mixes command and handler in the same class (which looks like an advantage for…
-
I see some things not very update to date with the last versions of React.
Is this still maintained?
Is people moving away from it?
-
Hey,
I've started writing a framework in the last couple of days for Deno and stumbled across Alosaur which has a lot of the core work migrated and done. It looks good and like the direction, it's …
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `typedi@0.10.0` for the project I'm working on.
Whe…