this post was submitted on 21 Mar 2025
1509 points (98.3% liked)

Programmer Humor

22324 readers
2160 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] 11 points 3 weeks ago (7 children)

You know we’ve reached peak bloat and stupidity when JavaScript web apps have a compilation step, and I don’t mean JIT.

[–] [email protected] 11 points 3 weeks ago (3 children)

I’d rather take a compile step than having no type safety in JS, even as a user.

[–] [email protected] 2 points 3 weeks ago (2 children)

Except... the compilation step doesn't add type safety to JS.

As an aside, type safety hasn't been something I truly miss in JS, despite how often it's mentioned.

[–] [email protected] 9 points 3 weeks ago (1 children)

I think they are talking about typescript which is compiled into javascript

[–] [email protected] 2 points 3 weeks ago

Ok, that could be true. I assumed they meant the "building" phase that some frameworks go through.

load more comments (3 replies)