mudkip@lemdro.id to Programmer Humor@programming.devEnglish · 2 天前Apple forgot to disable production source maps on the App Store web appfiles.catbox.moeimagemessage-square62fedilinkarrow-up1656arrow-down17
arrow-up1649arrow-down1imageApple forgot to disable production source maps on the App Store web appfiles.catbox.moemudkip@lemdro.id to Programmer Humor@programming.devEnglish · 2 天前message-square62fedilink
minus-squarechazwhiz@lemmy.worldlinkfedilinkEnglisharrow-up97·2 天前Isn’t that just effectively un-minified? It’s just the client side code in the first place?
minus-squareTeamAssimilation@infosec.publinkfedilinkarrow-up87·2 天前Comments and full-length names make the source way more accessible.
minus-squareRagingRobot@lemmy.worldlinkfedilinkarrow-up4·1 天前Yeah but even then they should be writing secure code anyways so it doesn’t matter if someone reads it. It’s just ui code. It’s always readable
minus-squarelocuester@lemmy.ziplinkfedilinkEnglisharrow-up43arrow-down1·2 天前Nah it’s more complete with comments and all. Here’s a link to a random svelte file: https://github.com/rxliuli/apps.apple.com/blob/main/src/components/pages/SearchResultsPage.svelte
minus-squarelocuester@lemmy.ziplinkfedilinkEnglisharrow-up5·1 天前This is why you self host a private Gitea instance and have it auto mirror all of your github repos. I forked it, and my instance automatically grabbed me a forever copy.
minus-squareboonhet@sopuli.xyzlinkfedilinkarrow-up9·1 天前Huh, I hate doing front end but I feel like in this team I’d manage. Shit even has comments.
minus-squareCodingCarpenter@lemmy.mllinkfedilinkarrow-up20arrow-down4·2 天前Once the code is minified it’s basically unreadable by humans it’s useless this is far more readily available to anybody who may be curious about the work being done
Isn’t that just effectively un-minified? It’s just the client side code in the first place?
Comments and full-length names make the source way more accessible.
Yeah but even then they should be writing secure code anyways so it doesn’t matter if someone reads it. It’s just ui code. It’s always readable
Nah it’s more complete with comments and all. Here’s a link to a random svelte file:
https://github.com/rxliuli/apps.apple.com/blob/main/src/components/pages/SearchResultsPage.svelte
It’s already down.
This is why you self host a private Gitea instance and have it auto mirror all of your github repos.
I forked it, and my instance automatically grabbed me a forever copy.
Huh, I hate doing front end but I feel like in this team I’d manage. Shit even has comments.
Once the code is minified it’s basically unreadable by humans it’s useless this is far more readily available to anybody who may be curious about the work being done
Learning resource yeah.