Do we need both run_if
and in_set
?
#10863
Closed
torsteingrindvik
started this conversation in
Ideas
Replies: 2 comments
-
System sets are a more fundamental primitive than run conditions: they can be nested, ordered, configured and so on. In code like your first example, I tend to try and attach the run condition to the set itself. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, thanks for the feedback. I'll try to apply your method to my code and see if that works out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my code I have lots of systems which end in
and
in_set
just feels like anotherrun_if
condition.In the spirit of reducing API surface, would it be better to be able to just
?
Beta Was this translation helpful? Give feedback.
All reactions