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

Programmer Humor

23416 readers
1718 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
[–] jjjalljs@ttrpg.network 12 points 1 week 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

[–] marlowe221@lemmy.world 1 points 6 days 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!