Refactor SDLProxy to SDLLifecycleManager #1680
Labels
best practice
Not a defect but something that should be improved anyway
manager-lifecycle
Relating to the manager layer - lifecycle manager
Bug Report
SDLProxy is now a private class that handles many intermediate duties between the lifecycle manager and the protocol layer. This can make updating these parts confusing. We should refactor it to have the lifecycle manager handle these duties - probably by composition and other objects. This will allow us to create classes that handle individual duties instead of the proxy class which handles many different things in one monolithic class.
The text was updated successfully, but these errors were encountered: