Application Focused API Design

1 · · Nov. 3, 2016, midnight
“I think it’s ok to do heinous stuff to test an API if it makes it more usable by others.” - Nate Finch Prelude If you are new to Go, it might help to read these posts first before continuing on with this post. https://www.ardanlabs.com/blog/2014/05/methods-interfaces-and-embedded-types.html https://www.ardanlabs.com/blog/2015/09/composition-with-go.html https://www.ardanlabs.com/blog/2016/10/reducing-type-hierarchies.html https://www.ardanlabs.com/blog/2016/10/avoid-interface-pollution.html Int...