Particularly interested on the merge right after the decision. Can you have this?
Asked
Active
Viewed 416 times
1 Answers
0
Yes, that's legal, however:
- You can combine merge and decision here into a single diamond (that's also legal and more elegant),
- You can use loop here instead of your construct (that's even better in your specific example, however not necessarily answers your question).

Ister
- 5,958
- 17
- 26