mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-07 22:46:39 +02:00
Merge pull request #688 from ericpoe/patterns-readTheDocs
Link to easy-to-read Read The Docs version rather than github repo
This commit is contained in:
@@ -11,7 +11,7 @@ make your code easier to manage and easier for others to understand.
|
||||
|
||||
* [Architectural pattern on Wikipedia](https://en.wikipedia.org/wiki/Architectural_pattern)
|
||||
* [Software design pattern on Wikipedia](https://en.wikipedia.org/wiki/Software_design_pattern)
|
||||
* [Collection of implementation examples](https://github.com/domnikl/DesignPatternsPHP)
|
||||
* [Collection of implementation examples](http://designpatternsphp.readthedocs.io/en/latest/)
|
||||
|
||||
## Factory
|
||||
|
||||
|
Reference in New Issue
Block a user