Is your NPM package getting too big? Maybe it's time to make it a multi-package package!
Splitting package-specific logic into multiple packages, à la express, can make your code more testable, increase resiliency to bugs, and even encourage more third party contributions to your open source package.
I'll tell you the story of how I effectively split my robotics package into multiple packages, and how you can do it too!
Is your NPM package getting too big? Maybe it's time to make it a multi-package package!
Splitting package-specific logic into multiple packages, à la express, can make your code more testable, increase resiliency to bugs, and even encourage more third party contributions to your open source package.
I'll tell you the story of how I effectively split my robotics package into multiple packages, and how you can do it too!