this post was submitted on 04 Nov 2025
530 points (98.9% liked)

Programmer Humor

27215 readers
1286 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
[–] kibiz0r@midwest.social 39 points 1 day ago (4 children)

You’re supposed to disable source maps in prod?

Asking for a friend

[–] dogs0n@sh.itjust.works 15 points 1 day ago (2 children)

Just to save on wasted bandwidth for the client (and your server) is why I would disable them.

[–] dreamkeeper@literature.cafe 6 points 5 hours ago

I work for a large software corp and we generally keep them in prod because it makes debugging prod issues much easier. The browser only downloads them when the dev tools are open.

load more comments (1 replies)
load more comments (2 replies)