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
From discussions with prospective users, it appears that the very notion of a DIC, familiar though it may be for Java (Spring DI / Beans, Dagger) or PHP (Symfony, PSR/11), may not be obvious for Go programmers, for whom the "container" word tends to evoke deployment technologies more than code organization tools.
The doc should introduce the concepts, with pointers to IoC, DI patterns, and explanations about the issues arising when using a DIC in the Service Locator pattern.
The text was updated successfully, but these errors were encountered:
From discussions with prospective users, it appears that the very notion of a DIC, familiar though it may be for Java (Spring DI / Beans, Dagger) or PHP (Symfony, PSR/11), may not be obvious for Go programmers, for whom the "container" word tends to evoke deployment technologies more than code organization tools.
The doc should introduce the concepts, with pointers to IoC, DI patterns, and explanations about the issues arising when using a DIC in the Service Locator pattern.
The text was updated successfully, but these errors were encountered: