News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
Dealing with Dependencies
February 04, 2008 @ 12:09:00

On the SitePoint PHP blog today, Troels Knak-Nielsen has written up an article that talks about dependencies in your applications - those little interconnections your code relies on to do more with less.

In lack of better words, I'll call this compositional programming style. It's a style which is usually more prevalent with experienced programmers. [...] There is, however, a dark side to composition - dependencies.

He starts with a definition to bring everyone up to a level field then moves on to how their used (through a "global symbol" or directly passed in) and how they can "leak" if you're not careful.

To help protect you and your code from any kind of damage down the line, Troels suggests making a container to keep objects where they need to be. He even includes an example with namespace support to make things even easier down the road.

2 comments voice your opinion now!
dependencies tutorial compositional programming container leak namespace


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Maintaining your Server with Command Line PHP

Oracle Technology Network: Oracle Database 10g Express Edition and Zend Core for Oracle

DevShed: Handling HTML Strings and Files with the DOM XML Extension in PHP 5

Zend Developer Zone: PHP and IBM Goodness

NETTUTS.com: Don't Ignore Your WordPress Footer


Community Events











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


phpunit zendframework2 testing series conference podcast opinion community release usergroup database development introduction rest language functional unittest framework symfony2 interview

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