Conway's Law

Structure of the software will mirror the structure of the organization that built it.

Eg. Small distributed teams are more likely to build modular, micro-service architecture. Large colocated teams tend to build monolithic architecture.

Meta