Django Book 翻译
菜单>:
TOC
返回
原文:
Nows a good time to highlight a key philosophy behind URLconfs and behind Django in general: the principle of *loose coupling* . Simply put, loose coupling is a software-development approach that values the importance of making pieces interchangeable. If two pieces of code are loosely coupled, then changes made to one of the pieces will have little or no effect on the other.
翻译:
现在是好时机来指出Django和URL配置背后的哲学: *松耦合* 原则。简单的说,松耦合是一个 重要的保证互换性的软件开发方法。如果两段代码是松耦合的,那么改动其中一段代码不会 影响另一段代码,或者只有很少的一点影响。
备注:
译者: