模块化及组件化的一些概念
模块化是什么: In software design, modularity refers to a logical partitioning of the "software design" that allows complex software to be manageable for the purpose of implementation and maintenance. The logic of partitioning may be based on related functions, implementation considerations, data links, or other criteria. 模块化编程的好处: Modular programming improve maintainability by enforcing …