mudkip@lemdro.id to Programmer Humor@programming.devEnglish · 22 hours agoApple forgot to disable production source maps on the App Store web appfiles.catbox.moeimagemessage-square38fedilinkarrow-up1489arrow-down14
arrow-up1485arrow-down1imageApple forgot to disable production source maps on the App Store web appfiles.catbox.moemudkip@lemdro.id to Programmer Humor@programming.devEnglish · 22 hours agomessage-square38fedilink
minus-squarechazwhiz@lemmy.worldlinkfedilinkEnglisharrow-up85·22 hours agoIsn’t that just effectively un-minified? It’s just the client side code in the first place?
minus-squareTeamAssimilation@infosec.publinkfedilinkarrow-up73·21 hours agoComments and full-length names make the source way more accessible.
minus-squarelocuester@lemmy.ziplinkfedilinkEnglisharrow-up39arrow-down1·20 hours 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-squareboonhet@sopuli.xyzlinkfedilinkarrow-up4·3 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-up17arrow-down3·21 hours 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·19 hours 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.
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
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.