PHP Design Patterns
How many PHP design patterns do you know? Singleton? Factory? Subject? Observer? Strategy? Decorator? Facade? I think I’ll stop here (There are just too many to list). Where it boils down to is this: Each pattern has it’s own use to solve problems and allow you to maintain the code. …