-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Current behavior
We currently have separate process class implementations, depending on the platform we are on.
Desired behavior
Consolidate into a single Process class that directly inherits (rather than just wrapping) the KolibriProcessBus class. Conditionally add the appropriate plugins as needed depending on the platform.
Value add
Less code duplication and nested classes, easier to follow what is happening!
Possible tradeoffs
Might break existing functionality if not done with care!
Reactions are currently unavailable