Rob Fahrni

Follow @fahrni on Micro.blog.

Code Bomb šŸ’£

AHHHHHH!Daring Fireball: ā€The way the Node community works, just blindly slurping in other peopleā€™s package updates without knowing whatā€™s in them, continues to boggle my mind.ā€

In one of yesterdays posts I referred to the React Native community as loosey goosey.

The node.js community is one of the reasons why.

Always pin your dependencies.

Heck, Iā€™ve worked on projects where weā€™ve committed binaries, after doing a ā€˜pod installā€™, to the repo so we wouldnā€™t get an accidental update. Folks understood not to install stuff in their local build so we wouldnā€™t get random crap.

Another thing Iā€™ve done is just include the code right in my project, no dependency manager. Especially if the code is really small.

Anywho, enough of the Development World According to Rob. šŸ˜„