You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would remove some flexibility (which can always be achieved through creating objects by hand, as shown previously), but making the factory already provide a service can make for much verbose declaration that does a lot of job for the developer:
Extend an existing service declaration, making it a cached-only service now.
Choose the best identity generator strategy available on the fly.
Automatically creates and keeps proxy factories for each storage and reusing them when possible.
The text was updated successfully, but these errors were encountered:
A Service Provider would make Tardis easy to use by another developers, the provider should:
Tardis\Factory
service.Example
Consider this a suggestion, not as a contract to be followed or an example of implementation:
As one can see, this is very verbose, if we could provide something to make it less verbose I would be very happy! 😄
This would remove some flexibility (which can always be achieved through creating objects by hand, as shown previously), but making the factory already provide a service can make for much verbose declaration that does a lot of job for the developer:
The text was updated successfully, but these errors were encountered: