Ask HN: Is PHP still a mess?
PHP is that one language that people love to hate. And from what I've read of the days before I got into programming, they have good reason to. However, a lot of these popular articles I've found are in the 2008-2012 time frame. Did PHP 5.5 alleviate a lot of concerns? Or did people just get tired of writing WoT about the issue?
In addition, now that PHP 7 is out, would you still consider it to be a hot mess? Is it getting worse? Better? Or staying the same?
3 comments
[ 3.1 ms ] story [ 19.1 ms ] threadPHP 7.X is the latest release. It has some nice features like type hinting, major speedups to the core language, and a whole host of other things.
It still has many things that could be improved (no language is perfect), but I still use it for the back-end of most web sites/apps. It's been battle tested by many major sites and still gets the job done.
Many people hate PHP because it's cool to do so. New fad languages and frameworks aren't always the best thing for a new project. Especially when they haven't been thoroughly tested in a production environment.