Skip to content

Commit

Permalink
adds readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlgerber committed Mar 30, 2019
1 parent 357bc30 commit dae5299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# ServiceLocator
This is a test implementation of a service locator, inspired by the need for an alternative IoC pattern to simple dependency injection via class __init__s. While I like IoC and recognize that DependencyInjection has a lot going for it when used in a strongly typed language, in Python, it tends lead to hard-to-follow code without extreme discipline - a lot of intermediate classes passing dependencies through them. Having to chase dependencies around to understand what the heck is going on. yuck.

0 comments on commit dae5299

Please sign in to comment.