move from BeforeRun, Run and AfterRun to Main #2625
Replies: 5 comments 4 replies
-
|
I prefer individual methods, it keeps things simple |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
This would be a pretty big breaking change but if there is consensus that this simpler approach is better, I would be for changing it. |
Beta Was this translation helpful? Give feedback.
-
|
I agree with this change - and also all driver initialization should be moved to the user's kernel. |
Beta Was this translation helpful? Give feedback.
-
|
you can just use Start() if you want |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
all of them can be replaced using
Mainmethod which can contain intialization, execution loop and shutdown if needed.AfterRundoesn't even make senseBeta Was this translation helpful? Give feedback.
All reactions