While reading the auryn Documentation, I noticed this blurb.
auryn is NOT a Service Locator. DO NOT turn it into one by passing the injector into your application classes. Service Locator is an anti-pattern; it hides class dependencies, makes code more difficult to maintain and makes a liar of your API! You should only use an injector for wiring together the disparate parts of your application during your bootstrap phase.
Since this project is part of Bright Nucleus Service Locator Component am I correct you disagree with this statement?
( Which I'm completely fine with, I just want to make sure I'm not missing a nuance here like when you helped me understand the difference between a Shared Instance versus a Singleton 😀 )
Thanks.
While reading the auryn Documentation, I noticed this blurb.
Since this project is part of Bright Nucleus Service Locator Component am I correct you disagree with this statement?
( Which I'm completely fine with, I just want to make sure I'm not missing a nuance here like when you helped me understand the difference between a Shared Instance versus a Singleton 😀 )
Thanks.