this post was submitted on 27 Oct 2023
641 points (97.8% liked)

Programmer Humor

31800 readers
488 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 21 points 10 months ago (2 children)

I mean that’s generally the case with most tech. Just like the never ending PHP hate. Plenty of reasons to dislike or not use it but no reason to think it’s the scum of the earth.

[–] [email protected] 9 points 10 months ago (4 children)

On a tangent, I imagine PHP is still one of the most used backends. Wordpress uses PHP and I wouldn't be surprised if 50% or more of the websites I visited are Wordpress sites. So I guess many others experience the same?

[–] [email protected] 9 points 10 months ago

Very widely used still and well maintained. It's been a good options since 7 came around. Most of the hate IMO comes from people who were working with PHP4/5 code or people who just saw PHP4/5 code and think that's what the language is today.

[–] [email protected] 1 points 10 months ago

Yeah, this stat is always a bit dubious sounding to me (how much of it is blogspam?), but WP is still much more prevalent than most devs seem to realize.

[–] [email protected] 0 points 10 months ago (1 children)

Plus, Facebook literally forked PHP and still uses it, and is one of the most popular sites on the internet

[–] [email protected] 1 points 10 months ago* (last edited 10 months ago) (1 children)

Modern-day Hack (the language PHP uses) looks pretty different to PHP, and the runtime is a complete rewrite rather than a fork. HHVM uses C++ while PHP uses C.

[–] [email protected] 1 points 10 months ago

That’s true, it would be more accurate to say that much of the web uses PHP or Hack, a PHP derivative. I think I was moreso thinking along the lines of the previous comments about the hatred for PHP being more of a meme at this point than a reality

[–] [email protected] 4 points 10 months ago (1 children)

Yeah... Indeed, our field is pretty prone to weird tribalism and jumping on bandwagons. Still, I dislike that just as much lol

[–] [email protected] 1 points 10 months ago

For sure. People find a niche they like and then think that is the solution to any problem. Until, of course, some new shiny tech catches their eye and they try that out (or their favorite clickbait Medium writer comes out with an article about "Why you shouldn't be using ____ anymore in 2023"). Then the love of their life gets thrown to the curb.