not_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 1 month agoPOV: You maintain a JS library that 80% of modern web infrastructure uses as a dependency.lemmy.blahaj.zoneimagemessage-square51linkfedilinkarrow-up1474arrow-down11
arrow-up1473arrow-down1imagePOV: You maintain a JS library that 80% of modern web infrastructure uses as a dependency.lemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Programmer Humor@programming.devEnglish · 1 month agomessage-square51linkfedilink
minus-squaremeekah@discuss.tchncs.delinkfedilinkarrow-up7arrow-down1·1 month agoPretty sure many codebases running today (even JS ones) are older
minus-squareSv443@sh.itjust.workslinkfedilinkarrow-up10·1 month agoMath.random() was always in the spec: https://ecma-international.org/wp-content/uploads/ECMA-262_1st_edition_june_1997.pdf
minus-squaresparky@lemmy.federate.cc@lemmy.federate.cclinkfedilinkarrow-up2·1 month agoRemember IE? Yeah. Probably responsible for a lot of now-superfluous things like this theory suggests.
minus-squaremeekah@discuss.tchncs.delinkfedilinkarrow-up1·1 month agoGotta admit, didn’t think it was that old
minus-squareAjen@sh.itjust.workslinkfedilinkarrow-up5·1 month agoHow many JS codebases are over 30 years old? Can you name even one?
minus-squareTrickDacy@lemmy.worldlinkfedilinkarrow-up2·1 month agoAnd? I don’t know how to check but I’d guess math.random was included from the beginning.
Pretty sure many codebases running today (even JS ones) are older
Math.random() was always in the spec: https://ecma-international.org/wp-content/uploads/ECMA-262_1st_edition_june_1997.pdf
Remember IE? Yeah. Probably responsible for a lot of now-superfluous things like this theory suggests.
Gotta admit, didn’t think it was that old
How many JS codebases are over 30 years old? Can you name even one?
And? I don’t know how to check but I’d guess math.random was included from the beginning.