Saturday, 1 October 2016

程序员修炼之道读书笔记 32 耦合




Tip 36 Minimize Coupling Between Modules
最小化模块之间的耦合
No amount of genius can overcome a preoccupation with detail
再多的天才也无法胜过对细节的关注。    --- Levy's Eighth Law
Dynamic Configuration 动态配置
 we want to make our systems highly configurable.
我们希望系统高度可配置。 (减少因需求变动而引起的代码变更,从而减少代码被破坏、熵增加的机会)

No comments:

Post a Comment