News Feed
Sections

News Archive


Community Events






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


feed this:

SitePoint PHP Blog:
Dealing with Dependencies
0 comments :: posted Monday February 04, 2008 @ 12:09:00
voice your opinion now!

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.

tagged with: dependencies tutorial compositional programming container leak namespace



ajax zend zendframework mysql package PEAR code job developer releases book cakephp example conference release database security application framework PHP5

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