this post was submitted on 19 Jul 2025
1026 points (98.5% liked)

Programmer Humor

26002 readers
1126 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
 

Source.

Yep, PHP is turning 30 this year! Wondering if "PHP is still relevant?" Ever since we have been hearing that PHP is dead. It was “dead” 10 years ago, 5 years ago, and “is dead” today. But somehow - it isn’t. Anyway... happy birthday!

you are viewing a single comment's thread
view the rest of the comments
[–] jenesaisquoi@feddit.org 27 points 1 month ago* (last edited 1 month ago) (3 children)

Ah yes, the language that picked strlen as the hash function for its hashtables.

[–] Blackmist@feddit.uk 15 points 1 month ago (1 children)

Javascript is living proof that your language doesn't need to be good to be used.

I tripped over this one in Delphi the other day.

function AnsiStartsText(const ASubText, AText: string): Boolean;
function AnsiEndsText(const ASubText, AText: string): Boolean;
function AnsiContainsText(const AText, ASubText: string): Boolean;
[–] mad_lentil@lemmy.ca 4 points 1 month ago

Too late to change it now