sus@programming.dev to Programmer Humor@programming.dev · 2 years agoaverage day in NPM landprogramming.devimagemessage-square26fedilinkarrow-up1746arrow-down15
arrow-up1741arrow-down1imageaverage day in NPM landprogramming.devsus@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square26fedilink
minus-squarefloofloof@lemmy.calinkfedilinkEnglisharrow-up1·2 years 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)@lemmy.sdf.orglinkfedilinkarrow-up1·2 years 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-padbroke node.js. Including unnecessary dependencies, instead of writing trivial code is just bad practice.