News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Introduction to the Law of Demeter
October 26, 2012 @ 12:13:35

On PHPMaster.com today they've posted an introduction to the Law of Demeter, an idea that promotes loose coupling between objects that each do their own work. This makes it simpler to make pieces interchangeable and more able to focus on their job.

With so many heuristics stating how and why software systems should cling to a specific approach, it's pretty disappointing not seeing a broader implementation of them in the world of PHP. For example, the Law of Demeter is probably one of the most underrated in the language's realm. Effectively, the law's "talk to your closest friends" mantra still seems to be in a pretty immature state in PHP, something that contributes to rot in the overall quality of several object-oriented code bases.

They look at how keeping the functionality of each object focused and not "knowing too much" is a good thing and include some examples of working with a service locator, serializer and file storage classes.

0 comments voice your opinion now!
lawofdepeter introduction object loose coupling


blog comments powered by Disqus

Similar Posts

Palmcoder.net: Ruby on Rails for PHP developers

Giorgio Sironi's Blog: Lazy loading of objects from database

Symfony Blog: New symfony book: "A Gentle Introduction to symfony 1.4"

Brandon Savage's Blog: Exceptional PHP: Introduction to Exceptions

DevShed: Developing a Form Director Class


Community Events











Don't see your event here?
Let us know!


example community series api podcast testing zendframework2 application code language functional release composer database framework development interview phpunit introduction opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework