this post was submitted on 22 Feb 2024
838 points (95.6% liked)

Programmer Humor

25080 readers
813 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
[–] bitcrafter@programming.dev 11 points 1 year ago (2 children)

Either way, it’s an awesome language, happily been using it for decades now

Mind taking a moment to share why you like it? I am not very familiar with it.

[–] CanadaPlus@lemmy.sdf.org 4 points 1 year ago (1 children)

... And it's one of the languages everybody craps on. Like, I've seen people compare JavaScript favourably to it.

[–] phoenixz@lemmy.ca 2 points 1 year ago (1 children)

Yeah they do, with no real reason, really. Oohh, "some functions use underscore and others don't!" And? It's not a problem, really. Every language has baggage from the past and PHP kept it for stability, I'm happy with that.

[–] CanadaPlus@lemmy.sdf.org 1 points 1 year ago

“some functions use underscore and others don’t!”

That's weird, but more of an aesthetics issue than anything. JavaScript will actually decide to behave oddly for no reason; if that's it it's still king of the shitbirds.

[–] phoenixz@lemmy.ca 3 points 1 year ago

Quite early on the eyes, powerful, fast to build and rolk out projects, about. A billion libraries with all the functions you'll ever need. People both about it because it has some language quirks from way back in the beginning, I see it as stability. I don't know how node is now but I remember a few years back where every bug fix came accompanied not only by 10 new bugs but also a bunch of interface changes that immediately broke everything. Every. Single. Damn. Time.

Having said that, it under very active development and has been majorly improved over the years. Dumb design choices are no long available and right now it's quite easy to work securely with it.

Beyond the "but these two functions should have similar naming but they don't!" argument, that with a good editor doesn't matter anyway, there isn't really a good argument out there not to use it.