首页  

康威定律     所属分类 architecture 浏览量 656
康威定律 Conway’s law
百度的技术,阿里的运营,腾讯的产品

四条定律

康威第一定律
Organizations which design systems are constrained to produce designs which are copies of the communication structures of these organizations.
组织设计的产品等价于该组织的沟通结构


康威第二定律
There is never enough time to do something right, but there is always enough time to do it over
时间再多一件事情也不可能做的完美,但总有时间做完一件事情


康威第三定律
There is a homomorphism from the linear graph of a system to the linear graph of its design organization.
线性系统和线性组织架构间有潜在的异质同态特性
异质同态指的是系统和组织虽然是两个东西,但是有相同的结构
公司是单体架构,那就一个开发组
如果是前后端分离,那就会拆分为前端组和后端组 

康威第四定律
The structures of large systems tend to disintegrate during development, qualitatively more so than with small systems
大的系统组织总是比小系统更倾向于分解
小的组织就不要分解了

上一篇     下一篇
c语言存储类型 auto extern static register

C C++ static关键字

指针数组 数组指针 函数指针 指针函数

C语言字符串

new和malloc的区别

堆和栈的区别