← Back to context

Comment by daotoad

4 years ago

But to compose something large you begin to need hundreds of these small tools interacting.

Do you build slightly larger tools that integrate the small tools? Even these larger tools my need to be composed into another level of abstraction to build the final system.

This is essentially the same architecture that you would build with a layered set of abstractions and interfaces.

It's really just a matter of how the different bits communicate that is different.