Are TransitionGuards needed? #72
|
Do we actually need the |
Answered by
pfg666
Mar 12, 2024
Replies: 2 comments 1 reply
|
Personally, I slightly prefer TransitionGuard being kept separate from GuardExpression, for the following reasons:
|
1 reply
Answer selected by
mtf90
|
A second point would be that we may want to replace GuardExpressions by another implementation of expressions (e.g. constraints). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Personally, I slightly prefer TransitionGuard being kept separate from GuardExpression, for the following reasons: