this post was submitted on 30 Oct 2023
1000 points (96.1% liked)

Programmer Humor

32041 readers
1250 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
[–] TCB13@lemmy.world 1 points 10 months ago (1 children)

Maybe the issue in your example isn't related to "how bad PHP is" but is to "how bad the code you're referring to is". Never had those kind of issues and yes obviously you've to know what extensions an application is using, but once again, modern PHP applications usually use composer as dependency manager and will gave those specified inside the project.

[–] simonced@lemmy.one 1 points 10 months ago (1 children)

Good on you to not have to maintain legacy code (15years+). Also, as a comparison, with JAVA, I have a legacy JAVA 1.5 to maintain, as far as you have the runtime, that stuff works, and that's it. This is how it should be.

[–] TCB13@lemmy.world 2 points 10 months ago

I do, the difference is that, unlike Ruby code bases, it happens to be supported languages that evolved and perform better today.