Tinder, a dating app, has recently updated its Terms of Service. Among minor bureaucratic modifications, one major change aims to battle impersonations. From now on, Tinder will ban web developers who claim to be 'engineers'. While backend- and other types of software developers seem to be unaffected, many believe the ToS will be amended soon to include those as well.
Do you even know why you hate PHP?
For me, it was this
https://www.php.net/manual/en/function.mysql-real-escape-string.php
Note that that hasn’t existed in PHP for years.
Blame MySQL for that. The PHP API just mirrors the MySQL C API of the same name. https://dev.mysql.com/doc/c-api/8.0/en/mysql-real-escape-string.html
Modern PHP doesn’t use it - any modern code uses PDO with prepared statements.
deleted by creator
Never used it in over 23 years of using PHP. Also, I don’t thing that has existed anymore for the past 10 years or so?
Seriously, if we’re going to do this, can we also bitch about painful java apps from 10 years ago, or the hilariously shitty modules in node from 10 years ago? I can go on for a while, but you hopefully get the point.
The question was why do I hate it, and it was because of this. I don’t understand your confusion.
My confusion is that you hate it tosay because someone over a decade ago wrote 10 times the same complaint that was mostly fixed already since about a decade ago
yeah, i’ve used it and it’s absolutely trash…
but here’s an article that sums up my feelings: https://eev.ee/blog/2012/04/09/php-a-fractal-of-bad-design/
That article is over a decade old. A lot of these issues aren’t relevant any more or have been fixed. Some weren’t even PHP issues, for example mysql_real_escape_string is a MySQL API (https://dev.mysql.com/doc/c-api/8.0/en/mysql-real-escape-string.html).
PHP isn’t the best language, but it’s not as bad as some people claim it to be, especially if you use a good framework like Laravel.
lol, no… it sucks
trust me, if you’ve already gotten used to php, you’re smart enough to learn a better language.
really just use node if you’re going that sorta route…
Nice troll
JavaScript has a lot of the same issues as PHP. It doesn’t have some of the same core library issues because it doesn’t have a good core library.
oh and, adding a library isn’t very hard
Adding a third-party library in PHP is just as easy. The
composer.json
file looks very similar to apackage.json
.i was responding to your comment about js not have a good core library…
php having libraries is completely moot
ECMA 6 has had drastic improvements over the past js…
however node is still infinitely better than php, and since javascript is inexorably a part of web development, it’s a lot more logical to use it on the backend too…
i don’t mean that node is great, i mean that it’s an easy transition from php, a billion times better, and much more modern and useful… so a very natural transition…
Sure, but it still lacks basic built-in features. For example, why do maps and sets not have sort or filter methods? In Node, why is there no built-in way to connect to a database of any sort? Why can Node.js apps only use a single time zone? Requiring libraries for everything is not ideal as the libraries vary wildly in quality and they can end up either abandoned or containing malware (which has happened several times in the Node ecosystem).
They each have their pros and cons, depending on use case. Node.js does some things better than PHP, but the opposite is true too.
wordpress does not power 40% of the web…
im not going to argue any more than that because this is a humorous type community, and ya’ll are getting too serious.
i hope you enjoy all of your “programming” with your garbage little “language” and POS word🤢press🤮
p.s. notice how everyone who argues in favor of php and wordpress ONLY know that language and framework?
what a curious thing…
lol I don’t use PHP any more… I primarily use C#. I can still see the advantages of PHP without it being a language I use day-to-day.
Do you have any data that proves otherwise? Because all available data I’ve seen disagrees with you.
https://wordpress.org/40-percent-of-web/
https://w3techs.com/technologies/details/cm-wordpress
It’s not just small sites. A bunch of major publications use WordPress too. Forbes and TechCrunch both use WordPress for example.
That is literally a decade old article with basically 1 complaint that sometimes functions are strpos() and sometimes str_len(). Anything else it’s saying is “I don’t even know how to say it”. Really now? Any of your complaints have been fixed since about a decade ago, so why don’t you give it a try?
lol, no…
also this is a joke sub so stop trying to sea lion me about it.
also your “summation” of the article is pretty stupid