Building Software With Flexible Connections
Writing software often requires numerous integrations. You need to integrate with web frameworks and libraries to talk to external systems. With all these frameworks and libraries, it’s important to insulate your core domain logic from these dependencies to make it easy to test and to make it easy to change when they ultimately need to change. The goal is to make it easy to change frameworks or libraries that talk to an external service. ...