I'd say if possible avoid using the while(true), for(;;) or any other type of infinite loop definition. It makes reading the code very hard and you need to be really sure about your code inside the...