Tomorrow is another day
source/_posts/project-modularization-principles.md
模块化要分清业务和UI,业务逻辑放业务组件,UI只负责展示,公共部分统一抽离。