Re: [go-nuts] Go “service container” thoughts

2019-01-02 Thread Zellyn
Peter, thanks for that thoughtful and clear answer. It articulates very clearly the tussle I've been feeling, and is immensely helpful! Happy New Year! Zellyn On Tuesday, December 25, 2018 at 1:37:14 PM UTC-5, Peter Bourgon wrote: > > I've repeatedly built "service container" or "corp kits" lik

Re: [go-nuts] Go “service container” thoughts

2018-12-25 Thread Peter Bourgon
I've repeatedly built "service container" or "corp kits" like the one you're describing, as well as helped a number of orgs improve their own versions of the thing in a consultant capacity. I think everyone has the same reaction that you do: why are we duplicating all this effort? But I can say wit

[go-nuts] Go “service container” thoughts

2018-12-12 Thread Zellyn
Hi folks, At Square, we have a collection of shared frameworks and library code, loosely referred to as the “service container” in each language. For example, our framework code in Go includes: - a lightweight "module" system for dependency injection - config: a way of layering yaml files