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
isn't Service Locator formerly known as anti-pattern ?
Service Locator is an Anti-Pattern since it hides class' dependencies causing issues when you change dependencies, since they are not directly exposed out of the class.