this post was submitted on 13 Apr 2025
187 points (100.0% liked)

Programmer Humor

24398 readers
982 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

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

I haven't used PHP in a while (10+years) but I didn't think it was that frustrating as its reputation seems to imply today. I remember their docs all had examples and I found that pretty useful.

[–] [email protected] 3 points 2 months ago

It can be pretty frustrating when dealing with old code bases. However its introducing a lot of really great features, so if you've got the time to either start a new project or rewrite with the more modern features you'll be fine.

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

For what I remember, it was just a normal interpreted language but you had to put "$" everywhere.

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

The literal entirety of Facebook / Instagram / Whatsapp's backend is built on PHP.

I'm not saying that was a good choice, but it does guarantee a lot of resources flowing to it's development.