Tag: Design Patterns

  • What are Design Patterns

    What are Design Patterns

    Design patterns have been around for a long time in software development. Design patterns are basically a standard approach to solving a problem that can be found constantly in software development. Patterns are typically used for creating reusable designs, and defining the interactions between different objects or subsystems. I like to think of design patterns […]

  • Professional PHP Design Patterns

    Professional PHP Design Patterns written by Aaron Saray, coming in at around 250 pages is a very short and concise book. Unfortunately, the book doesn’t cover all of common design patterns but does do an adequate job of covering about 17 different patterns. Each of the 17 patterns covered include fairly easy to understand examples, […]