refactoring to split run methods (*mc, snpe)#42
refactoring to split run methods (*mc, snpe)#42psteinb wants to merge 10 commits intosbi-benchmark:mainfrom
Conversation
|
Thanks for tackling this! I guess splitting things into two functions ( Before proceeding, I think it would be good to discuss two alternatives to this refactor, namely:
Would be great to hear your thoughts on this! |
|
My feedback on the two alternatives would be:
v1, v2, _, _ = run(#my args)if From this consideration, I would propose to go with
|
|
I gave this a whirl with 633487f with
bottom line:
Please let me know what you think. I saw at least 5 functions that should be refactored in this fashion. |
|
Looking into this further, it might make sense to restructure the |
I think only splitting off the top part makes most sense for now. Would be lovely to hear your thoughts @jan-matthis.
Closes #40