Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Community News:
PHP Sadness - "Things in PHP that Make Me Sad"
May 31, 2011 @ 16:57:34

An interesting site has popped up in the PHP community during the last week - the PHP Sadness site, a listing of things that the author says "make him sad" about the PHP language.

These are things in PHP which make me sad. They are real, objective issues which I have personally encountered in my normal day-to-day activites. Nothing on this site should be taken to be the view of my employer or is related to my employer in any way.

The page is split up into several different sections including:

  • Lexer/Parser Issues
  • Inconsistency
  • Anti-functional Design
  • Arbitrary Restrictions

Each of the for most of the things on the list, he's linked to a page showing some example code of the complaint and how significant of an impact it could have on your code. He's also set up a discussion board for those that want to talk about these issues further.

tagged: language issue inconsistency bug restriction feature

Link:


Trending Topics: