The Do While condition should not have been moved to the top of the activity

Having the Condition at the bottom of the activity differentiates the functionality of While vs Do While. While checks the condition before running the activities inside it, but Do While processes the internal activities before checking the condition.

Agreed, Readability is critical for me.

I believe this has been recently addressed :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.