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.
I don’t see what’s so bad in this one. Care to elaborate?
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.
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