mudkip@lemdro.id to Programmer Humor@programming.devEnglish · 1 day agoApple forgot to disable production source maps on the App Store web appfiles.catbox.moeimagemessage-square51fedilinkarrow-up1515arrow-down15 cross-posted to: [email protected]
arrow-up1510arrow-down1imageApple forgot to disable production source maps on the App Store web appfiles.catbox.moemudkip@lemdro.id to Programmer Humor@programming.devEnglish · 1 day agomessage-square51fedilink cross-posted to: [email protected]
minus-squarechazwhiz@lemmy.worldlinkfedilinkEnglisharrow-up87·1 day agoIsn’t that just effectively un-minified? It’s just the client side code in the first place?
minus-squareTeamAssimilation@infosec.publinkfedilinkarrow-up71·1 day agoComments and full-length names make the source way more accessible.
minus-squareRagingRobot@lemmy.worldlinkfedilinkarrow-up2·9 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-up38arrow-down1·1 day 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-up2·8 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-up8·15 hours agoHuh, I hate doing front end but I feel like in this team I’d manage. Shit even has comments.
minus-squareCodingCarpenter@lemmy.mllinkfedilinkarrow-up16arrow-down3·1 day 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-up7·1 day 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.