mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-07 06:26:45 +02:00
Link to easy-to-read Read The Docs version rather than github repo
The Read The Docs version is a nicely formatted version of the github version. It pulls directly from github, so it is just as up-to-date, but has nicer formatting.
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