We need an assessment of all of our user-facing objects (Actions, Views, Router, etc...) to understand:
How does the #inspect output look, and how can it be simplified?
Are we passing too many dependencies? Can we simplify them?
a. Example: instead of passing the entire configuration, try to pass only the few settings needed.
@parndt raised this: