move from BeforeRun, Run and AfterRun to Main #2625
AsertCreator
started this conversation in
Ideas
Replies: 5 comments 4 replies
|
I prefer individual methods, it keeps things simple |
0 replies
|
|
0 replies
|
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. |
0 replies
|
I agree with this change - and also all driver initialization should be moved to the user's kernel. |
4 replies
|
you can just use Start() if you want |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 senseAll reactions