mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 14:06:34 +02:00
Updated welcome
Some people apparently did not get that the title was jestful hyperbole. To make sure nobody is confused over intentions I've moved the disclaimer up and merged it with the Welcome section. This site is here to help people learn, nothing more.
This commit is contained in:
@@ -1,8 +1,20 @@
|
||||
# Welcome
|
||||
|
||||
There's a lot of outdated information on the Web that leads new PHP users astray, propagating bad practices and bad
|
||||
code. This must stop. _PHP: The Right Way_ is an easy-to-read, quick reference for PHP best practices, accepted coding
|
||||
standards, and links to authoritative tutorials around the Web.
|
||||
There's a lot of outdated information on the Web that leads new PHP users astray,
|
||||
propagating bad practices and insecure code. _PHP: The Right Way_ is an easy-to-read,
|
||||
quick reference for PHP popular coding standards, links to authoritative tutorials
|
||||
around the Web and what the contributors consider to be best practices at the present
|
||||
time.
|
||||
|
||||
_There is no canonical way to use PHP_. This website aims to introduce new PHP
|
||||
developers to some topics which they may not discover until it is too late, and aims
|
||||
to give seasoned pros some fresh ideas on those topics they've been doing for years
|
||||
without ever reconsidering. This website will also not tell you which tools to use, but
|
||||
instead offer suggestions for multiple options, when possible explaining the differences
|
||||
in approach and use-case.
|
||||
|
||||
This is a living document and will continue to be updated with more helpful information
|
||||
and examples as they become available.
|
||||
|
||||
## Translations
|
||||
|
||||
@@ -23,15 +35,6 @@ _PHP: The Right Way_ is (or soon will be) translated into many different languag
|
||||
* [German](http://rwetzlmayr.github.io/php-the-right-way/)
|
||||
* [Turkish](http://hkulekci.github.io/php-the-right-way/)
|
||||
|
||||
## Disclaimer
|
||||
|
||||
_There is no canonical way to use PHP_. However, this website is a humble display of best practices,
|
||||
available options, and good information. It aims to introduce new PHP developers and to rethink seasoned pros with fresh
|
||||
ideas.
|
||||
|
||||
This is a living document and will continue to be updated with more helpful information and examples as they become
|
||||
available.
|
||||
|
||||
## How to Contribute
|
||||
|
||||
Help make this website the best resource for new PHP programmers! [Contribute on GitHub][1]
|
||||
|
Reference in New Issue
Block a user