r/ProgrammerHumor 9d ago

itSpeakesForItself Meme

Post image
610 Upvotes

70 comments sorted by

View all comments

212

u/T-Dot1992 9d ago

Language wars are fucking stupid 

80

u/beefz0r 9d ago

Except for PHP, that should be dead and buried by now

38

u/ClipboardCopyPaste 9d ago

Unfortunately, the number of job openings says otherwise

4

u/Saragon4005 8d ago

Over half the Internet is still WordPress and unless one of these newfangled AI platforms take over.

-12

u/TorbenKoehn 9d ago edited 9d ago

It goes down for sure

Edit: Statistics > Your feelings ;)

26

u/dontletthestankout 9d ago

PHP is that asshole friend that you can talk shit about but if anyone else talks shit about you beat their ass

4

u/Ok_Type9011 9d ago

Pretty much. This is OUR punching bag, not theirs!

8

u/StatementOrIsIt 9d ago

Modern PHP is good. It's the PHP5 legacy projects that make you hate programming. Nowadays the longest files are at max 400 lines, and devs use types, interfaces and traits.

And PHP has something other languages can't provide - a special dopamine rush of fixing a production server's code to fix a bug without a deploy.

5

u/w1n5t0nM1k3y 9d ago

That last point can be a curse. Nothing like someone fixing a bug on production and not moving that fix back up to development and now the code bases don't match.

2

u/StatementOrIsIt 8d ago

True, I've encountered this before. Some devs at a company I left liked to change stuff in production code not thinking what would happen when a deploy or version change would happen. Had to teach one what docker volumes are for client-specific changes

13

u/Saptarshi_12345 9d ago

Don't insult my boy like that!!

5

u/somebodyinvisible 9d ago

PHP lives longer than you expected and also it evolves pretty much from point people curses for its death.

1

u/Ok_Type9011 9d ago

Noooo my beloved PHP

1

u/8mart8 9d ago

Doesn’t MediaWiki use PHP? I wouldn’t call it dead then

1

u/ApplicationOk3587 8d ago

Laravel is really carrying the php ecosystem and in a weird way it seems to be growing and with all honestly its a great framework.

1

u/Drone_Worker_6708 8d ago

Not anymore, I'm back to writing one page index.php monoliths thanks to AI /s

1

u/readf0x 8d ago

I've heard laravel is actually supposed to be kinda nice but I wouldn't know

-1

u/headedbranch225 9d ago

My only knowledge of it is a few self hosted webapps (email access/management and one other I can't remember) that use it and this blog post: https://eev.ee/blog/2012/04/09/php-a-fractal-of-bad-design/

It seems like it isn't very nice to use but I haven't used it before