sus@programming.dev to Programmer Humor@programming.dev · 11 months agoaverage day in NPM landprogramming.devimagemessage-square79linkfedilinkarrow-up114arrow-down10
arrow-up114arrow-down1imageaverage day in NPM landprogramming.devsus@programming.dev to Programmer Humor@programming.dev · 11 months agomessage-square79linkfedilink
minus-squareaaro@lemmy.worldlinkfedilinkarrow-up1·11 months agoNobody is arguing that you should never depend on anything and create everything yourself, but adding a dependency for literally a one liner function is awful. Like one of the Go proverbs goes, a little copying is better than a little dependency.
minus-squarelad@programming.devlinkfedilinkEnglisharrow-up1·11 months agoYeah, there’s mention of doing the opposite in C++ community in a neighbouring thread
Nobody is arguing that you should never depend on anything and create everything yourself, but adding a dependency for literally a one liner function is awful. Like one of the Go proverbs goes, a little copying is better than a little dependency.
Yeah, there’s mention of doing the opposite in C++ community in a neighbouring thread