Three-Tier Microservices



Draft
Some old ideas in a new context

We can apply good old-fashioned ideas of three-tier architecture to individual microservices. Some of the benefits are:

  • good separation of concerns

  • clear test boundaries

  • most of our tests can be more simple.

I want to write about this. For now, here are some references: