Dependencies could be improved. Currently all types are in one module which means that whenever that changes almost all code in the library has to be recompiled. Having all types in one module is no longer convenient. Choose a different way to divide the source code between modules so that much less of the source code needs to be recompiled.
Dependencies could be improved. Currently all types are in one module which means that whenever that changes almost all code in the library has to be recompiled. Having all types in one module is no longer convenient. Choose a different way to divide the source code between modules so that much less of the source code needs to be recompiled.