in reply to Re: Automated downloading of NOAA radar images
in thread Automated downloading of NOAA radar images

I know it doesn't really matter in this case but generally speaking isn't a while(1) block a better choice for infinite looping? I would think performance would be the same (I assume a while block collapses down to a naked-redo block) which leaves code readability. And letting the reader know at the beginning of the block that it's an infinite loop is a lot better than forcing the reader to wade through several lines of code before discovering that. Is that a good assessment or am I missing something?
  • Comment on (OT) Re^2: Automated downloading of NOAA radar images