> On May 25, 2017, at 7:55 AM, Udo Kohlmeyer <ukohlme...@pivotal.io> wrote: > > @Kirk, I think your approach to reduce the number of singleton access is > good. I agree and believe that any operational invocation (Function,Command, > DistributionMessage,etc...) should provide a mechanism to be able to access > all relevant all contextual information required to execute the task > (Function,Command, DistributionMessage,etc...) >
How far can we go down the path of cleaning up Singletons without having a DI framework in the mix? Anthony