News Feed
Jobs Feed
Sections




News Archive
Reddit.com:
What are some genuine criticisms of PHP?
April 05, 2012 @ 10:09:04

On Reddit.com there's a long thread with responses to the question "What are some genuine criticisms of PHP?" with opinions ranging from small issues (like syntax) out to more community-related topics.

PHP tends to get a lot of flak, but mostly it is for something that isn't really the fault of PHP. Things like "there is so much bad PHP code out there" may be true but you can write bad code in any language. You shouldn't be mixing PHP, SQL and HTML, and you should be escaping/parameterizing variables for queries. (Thankfully this is less prevalent nowadays.) So do many PHP criticisms actually hold true today, now we have namespaces and we have buried crap like magic quotes at the bottom of the ocean?

Other comments cover things like

  • PHP's namespace implementation
  • poor web services support
  • Less code audits, more "roll-your-own fever"
  • Function naming and parameter order
  • weak OOP functionality

Check out the full post for lots more opinions and add yours too!

0 comments voice your opinion now!
opinion criticism language feature feedback


blog comments powered by Disqus

Similar Posts

Padraic Brady's Blog: How Would You Engineer A PEAR2/Pyrus Distribution Architecture?

Brandon Savage's Blog: A Reflection On Adopting Zend Framework - One Year Later

Padraic Brady's Blog: Namespaces (or Yet Another Pointless Opinion Piece)

Stuart Herbert's Blog: Setting Up Sublime Text 2 For PHP Development

Robert Eisele's Blog: PHP Hacking


Community Events











Don't see your event here?
Let us know!


application podcast community object tool release opinion example testing zendframework2 language framework development series code phpunit unittest introduction interview functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework