Replies: 1 comment
-
I also thought about this kind of solution while fixing issue #424 and refactoring the So basically you are talking about a I would at this point also discuss the option to create a utils Originally created by @Rbelder at 2017-11-22 11:08:39+00:00 (moved from RMC internal repository) |
Beta Was this translation helpful? Give feedback.
-
Currently, both the
StateMachinesEditorController
and theStatesEditorController
create the tabs themselves and keep them up to date. With increasing information in the tabs, this blows up the code in those controllers, in addition, it violates the single responsibility principle.Therefore, I think tabs should become
ExtendedController
s themselves and thus observe and react to their desired models.Originally created by @franzlst ([email protected]) at 2017-11-22 09:05:21+00:00 (moved from RMC internal repository)
Beta Was this translation helpful? Give feedback.
All reactions