Commit Graph

6 Commits

Author SHA1 Message Date
Ross Beazley 2b648ed280 fix incorrect pattern name DI -> Service Locator (#391)
As fowler discusses here

[Inversion of Control Containers and the Dependency Injection pattern](https://martinfowler.com/articles/injection.html#UsingAServiceLocator)

Dependency Injection and Service Locator are different things. If I understand correctly a service locator is passed into the object in question and it then has to request the service it needs from it. Dependency injection would have the objects dependencies automatically injected in through its initialiser or setters. In this case I think we are using a Service Locator.
2019-01-31 09:38:02 +00:00
tanner0101 c463dfa0f7 crypto updates 2018-04-02 21:10:19 -04:00
tanner0101 55e1982935 getting started services update 2018-03-13 15:46:29 -04:00
Carl Downing 7577f9213e it's possessive 2018-03-12 20:49:31 -07:00
tanner0101 ce38409f2c remove all broken links 2018-03-12 23:05:53 -04:00
tanner0101 0e68cb49bc cleanup 3.0 docs. post-nio. get ready for contributions 2018-03-12 22:23:34 -04:00