top | item 45645434

(no title)

harvie | 4 months ago

while (true) { if (stop) { break; } }

If there only was a way to stop while loop without having to use extra conditional with break...

discuss

order

OskarS|4 months ago

Feel free to read the article before commenting.

f1shy|4 months ago

I’ve read it, and I found nothing to justify that piece of code. Can you please explain?