"As an org grows, complexity increases to a point when nobody can have a clear picture of how things works. Every time you change something, you break something. That incentivizes adding more to the pile of increasing complexity"
Bottom up Architecture:
https://sympathetic.ink/2025/02/13/Bottom-up-Architecture.html
Bottom up Architecture:
https://sympathetic.ink/2025/02/13/Bottom-up-Architecture.html
Comments
Architecture has become synonymous with how a system is decomposed into services (with each team owning a service) and that can be a mistake. Many components should be libraries.