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
The core.ts module is pretty big and contains a variety of different common functionality. I would propose splitting this module into multiple smaller ones dedicated to specific data-types or workflows.
This way related code is kept together which makes it easier to find it.
This does not introduce any new functionality, but hopefully makes it easier to add new stuff in the future.
The
core.ts
module is pretty big and contains a variety of different common functionality. I would propose splitting this module into multiple smaller ones dedicated to specific data-types or workflows.This way related code is kept together which makes it easier to find it.
This does not introduce any new functionality, but hopefully makes it easier to add new stuff in the future.
While converting the project to typescript I already did this for some functions such as
splitPkgName
which moved from core to a module for all functions related to package-names.Thoughts?
The text was updated successfully, but these errors were encountered: