We talk about refactoring, as if beautiful code is all we need. But that's only a start. Small services are lovely to reason about internally, but they push complexity outward. Systems these days aren't so much written as assembled.
We write some code, our precious business logic, and then the real work is hooking everything together. Databases, web servers, routers, monitoring systems, search tools. Plus the easy stuff like version control, issue trackers, continuous integration.
Every ...
view more