If, like me, you shiver at the site of a While (True) loop, then you too must have thought long and hard about the best way to refactor it away. I\'ve seen several different im
When I encounter a while(true) loop, that tells me either
1 and 2 means you might as well stick with while(true). (I use for(;;)
, but that's a style thing in my opinion.) I'm with another poster, why dread this? I dread tortored loops that jump through hoops to get the loop rolled "properly".