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
... it would make it simple to organize functionality that are in large files like Toolbar.js and DataHarmonizer.js into separate modules while maintaining cohesion. For instance:
This would help make the hierarchy of components clearer. Just sorting through core code right now but I think after 1m commit we could do this reorganizations.
Currently,
lib/
is organized like the following:The directories organize components flat. Instead, if we organize like this:
... it would make it simple to organize functionality that are in large files like
Toolbar.js
andDataHarmonizer.js
into separate modules while maintaining cohesion. For instance:This would be a small patch but coherent on its own. It would be a step to make the codebase more testable and consistent.
The text was updated successfully, but these errors were encountered: