The goal of design patterns is to encapsulate change.
设计模式的目标是把变化封装起来。
Modularity helps encapsulate change, which will make it easier to extend and modify the application over time.
模块化将帮助封装更改,这样可以随着时间的推移更轻松地扩展和修改应用程序。
Loosely coupling your modules is a good thing; it's one of the properties that allows you to encapsulate change.
将模块松散耦合在一起是件好事情;它是允许您封装更改的属性之一。
应用推荐