Y
Hacker News
new
|
ask
|
show
|
jobs
by
OskarS
237 days ago
Feel free to read the article before commenting.
1 comments
f1shy
237 days ago
I’ve read it, and I found nothing to justify that piece of code. Can you please explain?
link
bartvk
237 days ago
The while loop surrounds the whole thread, which does multiple tasks. The conditional is there to surround some work completing in a reasonable time. That's how I understood, at least.
link
f1shy
237 days ago
Does not seem so clear to me. If so it could be stated with more pseudo code. Also the eventual need for multiple exit points…
link