this post was submitted on 04 Nov 2025
573 points (98.8% liked)

Programmer Humor

27215 readers
538 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
[–] mr_satan@lemmy.zip 5 points 7 hours ago (1 children)

Omitting source maps doesn't prevent that.

[–] mack@lemmy.sdf.org 2 points 5 hours ago (1 children)

no it doesn't, and I am very aware that if anything runs on someone's computer then it can get replicated. but it gets slightly harder, also to reverse-engineer it or find potential fallacies. as well as source maps on prod are just a waste of bandwidth

[–] mr_satan@lemmy.zip 1 points 3 hours ago* (last edited 3 hours ago)

Dunno, this "harder" argument while valid sounds just like false security. That's why I don't see much weight in it.

As for bandwidth, source maps are not automatically pulled from server, so it also seems like a false issue to me.