@[email protected] to Programmer [email protected] • 2 years agoaverage day in NPM landprogramming.devimagemessage-square125fedilinkarrow-up1747arrow-down15
arrow-up1742arrow-down1imageaverage day in NPM landprogramming.dev@[email protected] to Programmer [email protected] • 2 years agomessage-square125fedilink
minus-square@[email protected]linkfedilink24•2 years 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-squareladlinkfedilinkEnglish3•2 years 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