[TOC]
# :-: 微服務拆分
*****
## 如何拆分?

## 康威定律
```
Organizations which design systems are constrained to produce designs
which are copies of the communication structures of these organizations.
- Melvin Conway(1967)
```

* 單一職責,松耦合,高內聚
* 關注點分離(職責,通用性.粒度)