this post was submitted on 16 May 2025
716 points (99.2% liked)

Programmer Humor

24476 readers
223 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] 1 points 1 month ago (1 children)

No need to convince me it's shit. Also how do you end up only knowing Javascript? Who the hell starts out using Javascript of all the languages?

[–] [email protected] 11 points 1 month ago (1 children)

Anyone entering through web development. If you're self taught or did a "coding boot camp", it might be the only language you've used. A lot of places use it for backend stuff now, too

[–] [email protected] 1 points 1 month ago

I write back end JS, when I’m not writing back end C#.

It’s totally fine. In fact, Node makes it a great back end language. I find that the infamous quirks of JS fall into two categories - “common enough that you internalize the rules for them” and “edge cases that almost never come up in practice.”

And when you write back ends in JS… you aren’t on the endless new framework treadmill!