10 coisas para não fazer no PHP 7 post

Por Rogério Lino

Artigo em inglês listando 10 coisas para você não fazer no PHP7:

  1. Do Not Use mysql Functions
  2. Do Not Write Wasteful Code
  3. Do Not Use PHP Close Tags
  4. Do Not Pass by Reference if Not Needed
  5. Do Not Perform Queries In A Loop
  6. Do Not Use * in SQL Queries
  7. Do Not Trust User Input
  8. Do Not Try to Be Clever
  9. Do Not Reinvent the Wheel
  10. Do Not Neglect Other Languages

http://www.advanceidea.co.in/blog/things-not-to-do-in-php-7