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
{{ message }}
This repository has been archived by the owner on Feb 3, 2018. It is now read-only.
In order to keep the main sourceManager as agnostic to the particular project it's solving for as possible, we need a separate SourceManager decorator-style object that is created internally on each Solve(), and can become responsible for handling things like #13 .
This architectural improvement will let us keep the solve-specific logic separate from the system-tracking logic. Another example would be caching the sorted, computed version list based on the solve direction.
The text was updated successfully, but these errors were encountered:
In order to keep the main
sourceManager
as agnostic to the particular project it's solving for as possible, we need a separateSourceManager
decorator-style object that is created internally on eachSolve()
, and can become responsible for handling things like #13 .This architectural improvement will let us keep the solve-specific logic separate from the system-tracking logic. Another example would be caching the sorted, computed version list based on the solve direction.
The text was updated successfully, but these errors were encountered: