You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: