orhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 2 months agoPeak code reuseeviltoast.orgimagemessage-square38linkfedilinkarrow-up1455arrow-down16
arrow-up1449arrow-down1imagePeak code reuseeviltoast.orgorhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 2 months agomessage-square38linkfedilink
minus-squareFiskFisk33@startrek.websitelinkfedilinkarrow-up16·2 months agohttps://www.npmjs.com/package/is-even don’t look at the weekly downloads if you are faint of heart.
minus-squareDecq@lemmy.worldlinkfedilinkarrow-up11arrow-down1·edit-22 months agoTo be fair in a dynamic typed language with dumb string to int coercions, I kinda get why such a library would exists. So it’s more a symptom of terrible language design than modern dependency hell.
minus-squareHawk@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up5·2 months agoIf you really want to see some horror, follow the dependencies
minus-squareThanksForAllTheFish@sh.itjust.workslinkfedilinkarrow-up3·edit-22 months agohttps://10xengineersqualityprogramming.github.io/ https://www.npmjs.com/package/@falsejs/falsejs This is hilarious, has 262 of the best useless dependencies. In all seriousness though how does anyone ever audit a npm package, it’s dependency hell!
https://www.npmjs.com/package/is-even
don’t look at the weekly downloads if you are faint of heart.
To be fair in a dynamic typed language with dumb string to int coercions, I kinda get why such a library would exists. So it’s more a symptom of terrible language design than modern dependency hell.
If you really want to see some horror, follow the dependencies
https://10xengineersqualityprogramming.github.io/ https://www.npmjs.com/package/@falsejs/falsejs This is hilarious, has 262 of the best useless dependencies. In all seriousness though how does anyone ever audit a npm package, it’s dependency hell!