Most Recent Articles For: design patterns

Written by Gertjan on April 5th, 2009
PHP V5's object-oriented features give you the ability to implement design patterns to improve your code's design. When you improve your code's design in this way, it becomes more readable, more maintainable, and more robust to absorb changes.
Written by Gertjan on March 30th, 2009
Design patterns are just for Java architects or at least that's what you may have been led to believe. In fact, design patterns are useful for everyone. The core concept behind design patterns are simple. Over their years of developing software, developers found certain patterns of solid design emerging, just ...