But if the library files will be smaller as library per subject/objects and not a case of fewer files but each one bigger
is this can impact performance?
Let's take an example one bug library to define all database entities, such as columns, tables, and such
or library per table/domain, and one more small common library to represent all common issues between all the rest
Do I need to use loadLibrary (defer loading), is there a way to control the main.js that the Dart compiler is building?
Is the loader aware of when to load each library?
-Shlomo