There was an error while loading. Please reload this page.
1 parent c68672b commit 7934e05Copy full SHA for 7934e05
Assets/Creational/ServiceLocator/Readme.md
@@ -15,7 +15,7 @@ Problems:
15
Notes:
16
- Not use it extensively. Static and Singleton problems.
17
- Give the preference to pass services in instead using it (using constructor)
18
-- What happens if the service can’t be located? Use it alongside NullObject Pattern?
+- What happens if the service can’t be located/is missing? Use it alongside NullObject Pattern?
19
- Services don't know who is locating them. It might be considered in some implementations.
20
21
References:
0 commit comments