Small Interfaces, Better Go
Start with concrete types. Introduce an interface where a caller needs substitution, then keep it beside the caller.
Start with concrete types. Introduce an interface where a caller needs substitution, then keep it beside the caller.