News Feed
Jobs Feed
Sections




News Archive
NETTUTS.com:
A Beginner's Guide to Design Patterns
July 08, 2010 @ 08:47:55

On NETTUTS.com today there's a new tutorial that introduces a bit more advanced concept in the development process - design patterns.

Design patterns are optimized, reusable solutions to the programming problems that we encounter every day. A design pattern is not a class or a library that we can simply plug into our system; it's much more than that. It is a template that has to be implemented in the correct situation. It's not language-specific either. A good design pattern should be implementable in most - if not all - languages, depending on the capabilities of the language.

They introduce a few of the more widely used patterns including the strategy pattern, adapter pattern, factory methods, decorator and singleton patterns. Each comes with a bit of code showing how it would work and a "where would I use this?" section with a better example.

0 comments voice your opinion now!
designpattern beginner strategy factory singleton decorator adapter


blog comments powered by Disqus

Similar Posts

DevShed: The Basics of Abstract Factory Classes in PHP 5

Pádraic Brady's Blog: Complex Views with the Zend Framework - Part 3: Composite View Pattern

Robert Peake\'s Blog: Design Patterns Part II Is Out

Zend Developer Zone: Learning PHP & MySQL (a Book Review)

PHPMaster.com: Patterns for Flexible View Handling, Part 2 - Using Decorators


Community Events











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


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

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