Talk:Coupling (computer programming): Difference between revisions

Content deleted Content added
Reverted edits by 74.117.101.206 (talk) using MWT
Mac (talk | contribs)
Dependency hell: new section
Line 23:
 
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.
 
== Dependency hell ==
 
You are in Dependency Hell when you want connect to the Internet, try to install a package to stablish the access and the package has a lot of dependencies. You cannot download the packages because you are not connected and you cannot connect because you cannot dowload the packages.--[[User:Mac|Mac]] ([[User talk:Mac|talk]]) 16:58, 5 February 2008 (UTC)