Talk:Coupling (computer programming): Difference between revisions

Content deleted Content added
What about levelization and circular dependencies
Line 17:
== Merge from the article "Low-Coupling / High-Cohesion pattern" ==
I have just merged the contents of the article "Low-Coupling / High-Cohesion pattern" into this article here under a new section with the same name. "Low-Coupling / High-Cohesion pattern" is now a redirect to here (see also [[Wikipedia:Merging and moving pages|Merging and moving pages]]). — [[User:Adrian Buehlmann|Adrian]] | [[User talk:Adrian Buehlmann|Talk]] 20:40, 10 November 2005 (UTC)
 
== What about levelization and circular dependencies ==
 
John Lakos' book "Large-Scale C++ Software Design", although sometimes criticized for having some outdated C++ coding practices, has a good treatment of circular dependencies (a case of high coupling), as well as levelization. I believe this article is incomplete without a treatment of this subject.