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

David Walsh's Blog: Using PHP Generic Objects To Organize Your Code

Query7.com: An Introduction to Kohana3 PHP Framework

Stoyan Stefanov's Blog: Fancy Formatting

Stefan Mischook's Blog: A Question about object properties in PHP Classes

ParticleTree.com: Object Oriented Memory Concerns


Community Events









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


testing phpunit database introduction tool unittest release zendframework2 opinion development community composer language framework interview api example object code podcast

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