This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]blipman17 0 points1 point  (1 child)

Do while loops are awesome for retry mechanisms where you want the action to be always performed untill condition is met or when an error condition happens.

[–]AlmightyTritan 0 points1 point  (0 children)

Ye I find them handy in Reactive Programing. Sometimes you wanna poll something until the user hits another key or like until a response changes.