liftinstall icon indicating copy to clipboard operation
liftinstall copied to clipboard

Split apart InstallerFramework into submodules

Open j-selby opened this issue 5 years ago • 0 comments

The current installer framework module has gotten large and untidy, and is making editing individual components of the application unwieldy.

Proposed solution is to split this into submodules, each perhaps with its own read/write locks depending on needs to break this apart.

This would look something like:

struct InstallerFramework {
    config: Config,
    installer: InstallOps
}

j-selby avatar Jun 23 '19 12:06 j-selby