mudkip@lemdro.id to Programmer Humor@programming.devEnglish · 2 days agoApple forgot to disable production source maps on the App Store web appfiles.catbox.moeimagemessage-square61fedilinkarrow-up1661
arrow-up1661imageApple forgot to disable production source maps on the App Store web appfiles.catbox.moemudkip@lemdro.id to Programmer Humor@programming.devEnglish · 2 days agomessage-square61fedilink
minus-squarechazwhiz@lemmy.worldlinkfedilinkEnglisharrow-up97·2 days agoIsn’t that just effectively un-minified? It’s just the client side code in the first place?
minus-squareTeamAssimilation@infosec.publinkfedilinkarrow-up87·2 days agoComments and full-length names make the source way more accessible.
minus-squareRagingRobot@lemmy.worldlinkfedilinkarrow-up4·24 hours agoYeah 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-up44·2 days agoNah 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-up4·23 hours agoThis 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 day agoHuh, I hate doing front end but I feel like in this team I’d manage. Shit even has comments.
minus-squareCodingCarpenter@lemmy.mllinkfedilinkarrow-up19·2 days agoOnce 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
minus-squareBane_Killgrind@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up8·2 days agoLearning resource yeah.
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.