coja@lemmy.ml to Programmer Humor@lemmy.ml · 1 年前Find yourselflemmy.mlimagemessage-square104fedilinkarrow-up1646arrow-down129
arrow-up1617arrow-down1imageFind yourselflemmy.mlcoja@lemmy.ml to Programmer Humor@lemmy.ml · 1 年前message-square104fedilink
minus-squaresnowe@programming.devlinkfedilinkarrow-up22arrow-down1·1 年前They’re setting a variable to a function. Just use the original function. All thief does is obfuscate for literally no gain except character count.
minus-squarePlatypus@sh.itjust.workslinkfedilinkEnglisharrow-up11·1 年前I presumed it to be a standin for just directly using Math.max, since there’s no nice way to show that in a valid code snippet
minus-squaresnowe@programming.devlinkfedilinkarrow-up7·1 年前well it’s called Thief. They’re stealing the function and making it look like they wrote it. hence max1.
They’re setting a variable to a function. Just use the original function. All thief does is obfuscate for literally no gain except character count.
I presumed it to be a standin for just directly using Math.max, since there’s no nice way to show that in a valid code snippet
well it’s called Thief. They’re stealing the function and making it look like they wrote it. hence
max1
.Yeah, that’s my reading as well.
Sounds good to me