Y
Hacker News
new
|
ask
|
show
|
jobs
by
daremon
6138 days ago
About (1), what's wrong with break? (it also accepts a level e.g. break 3)
1 comments
WilliamLP
6138 days ago
Break 3 is really unclear about where it's going to take you, especially if the code is poorly formatted, and doubly especially if you decide later that you want change the code and put another loop in it.
link