|
|
|
|
|
by RutZap
2972 days ago
|
|
> It’s not prejudice or signaling, it’s objectively deficient in ways that haven’t been acceptable in decades. I don't want to start a useless debate or anything like that, so don't take this in the wrong way, but I am genuinely curious of what specific problems you see in PHP and what are the specific issues with the language. I can't think of many things that are so bad with it, except the inconsistency in function naming and parameter orders (stuff like `str_pos`, `substr`) and a relatively unreliable SoapClient implementation; I am genuinely interested in seeing what other people think are deficiencies in PHP. Again, I have to stress I am not being defensive nor offensive, I am just curious on other perspectives in regards to the shortcomings of PHP. |
|
There are so, so many. Here are some good references:
http://phpsadness.com/
https://eev.ee/blog/2012/04/09/php-a-fractal-of-bad-design/
Disclaimer: I earn my income from a project largely written in PHP.