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
Refactor and improve code which merges a Builder (with updates) into a Runner (older version).
This currently is handled by class RunnerCopyBuilderMerge, which calls the Runner its merge() method. This Runnermerge() method needs to be moved to the Merge class, and programmed in a stable and object-oriented way!
The text was updated successfully, but these errors were encountered:
Refactor and improve code which merges a Builder (with updates) into a Runner (older version).
This currently is handled by class
RunnerCopyBuilderMerge
, which calls theRunner
itsmerge()
method. ThisRunner
merge()
method needs to be moved to theMerge
class, and programmed in a stable and object-oriented way!The text was updated successfully, but these errors were encountered: