dalelane’s avatardalelane’s Twitter Archive—№ 22,816

  1. …in reply to @stevelacey
    @stevelacey It's not called if you've used 'break' to exit the while loop. In the code I was reviewing, 'break' was used to exit the while loop if it hit an error condition, and 'else' was used to submit the output from the successful-while-loop. Took me some googling to understand it!