Hacker News new | ask | show | jobs
by housecarpenter 1636 days ago
It depends on whether you think of the break as success or failure. When I write a loop with a break it's usually some kind of search where the break happens once you've found something, and in that case the break is more of a success.