An open API service indexing awesome lists of open source software.

https://github.com/sguessou/php5-design-patterns

Various coding practices I'm working on. Currently the goal is to implement some of the design patterns
https://github.com/sguessou/php5-design-patterns

Last synced: about 2 months ago
JSON representation

Various coding practices I'm working on. Currently the goal is to implement some of the design patterns

Awesome Lists containing this project

README

        

Various coding practices I'm working on. Currently, the goal is the the study and the implementation of the design patterns
based on the examples and guidelines in the following books: PHP Design Patterns by William Sanders, the O'Reilly Head First
Design Patterns and the classical GOF book.