this post was submitted on 04 Nov 2025
666 points (98.7% liked)

Programmer Humor

27302 readers
2873 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
[–] panda_abyss@lemmy.ca 50 points 1 week ago (2 children)

It’s how the web worked before minifiers, so kinda but not really.

You just have comments and original variable/function names.

I’m sure someone will argue this helps scrapers or hackers, but really it’s not that big of a deal.

[–] Axolotl_cpp@feddit.it 10 points 1 week ago* (last edited 1 week ago)

It help users that make websites styles!

Eg. I have a discord style for fixing their bullshit

[–] dreamkeeper@literature.cafe 2 points 1 week ago

Anyone capable of doing damage already knows how to format and read minified code anyway. I do it in prod all the time when I want to test something with an override, which causes the source map to become invalid.