@[email protected] to Programmer [email protected] • 5 months agoaverage day in NPM landprogramming.devimagemessage-square116fedilinkarrow-up1720arrow-down14
arrow-up1716arrow-down1imageaverage day in NPM landprogramming.dev@[email protected] to Programmer [email protected] • 5 months agomessage-square116fedilink
minus-square@[email protected]linkfedilinkEnglish8•5 months agoIt makes you wonder why anyone uses them though, since so many of them do things that are trivial in modern JavaScript.
minus-squarenickwitha_k (he/him)linkfedilink6•5 months agoAnd anyone who has been around for a while should remember when left-pad broke node.js. Including unnecessary dependencies, instead of writing trivial code is just bad practice.
It makes you wonder why anyone uses them though, since so many of them do things that are trivial in modern JavaScript.
And anyone who has been around for a while should remember when
left-pad
broke node.js. Including unnecessary dependencies, instead of writing trivial code is just bad practice.