loose coupling

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.

Programming Dictionary

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.