3 comments

[ 3.9 ms ] story [ 21.7 ms ] thread
Break and continue are only an issue if you have large loop blocks. By separating the code in lots of small meaningful functions, break and continue will not reduce readability, and the whole code will be more developer friendly.