Hacker News new | ask | show | jobs
by stephenr 29 days ago
> It's only natural to use the stuff that is out there

Sure, if your entire "community" lives and dies by a nonsensical "don't reinvent the wheel, there is a package for that" chant that would rival the most fervent cult members.

1 comments

That is quite literally the most persistent cargo cult in the entire computing industry. It's the rule, not the exception. Pretty much every community is guilty of it.
Which other community imports a third party package rather than writing `% 2 === 0` (or it's equivalent) code to test if a number is even or not?