do {...} while(false)
Example use of See this gist for background.
This example comes from my work here when looking for a solution for this issue related to this WordPress plugin.
I recognized I could make it clearer using the do {...} while(false)
pattern so I wanted to document here.
Note: