Links: Great Programming Articles
Posted by Anders Sun, 26 Aug 2007 07:55:00 GMT
Just so I don’t have to search for them again the next time I need someone to read them:
Tell, Don’t Ask
The Pragmatic Programmers show in simple words how to do good OO design, as they explain the Law of Demeter.
The Dependency Inversion Principle
Robert C. Martin on how to manage dependencies between classes and layers. (Don’t confuse it with Dependency Injection).
