Hi,<div><br></div><div>about early breaks/returns, it seems that might answer to a similar question is widely aproved, some maybe it's of interest : <a href="http://programmers.stackexchange.com/questions/58237/are-break-and-continue-bad-programming-practices/58253#58253">http://programmers.stackexchange.com/questions/58237/are-break-and-continue-bad-programming-practices/58253#58253</a></div>
<div><br></div><div>(about early breaks/return/continue)</div><div>"<span class="Apple-style-span" style="border-collapse: collapse; color: rgb(51, 51, 51); font-family: Tahoma, Geneva, Arial, sans-serif; font-size: 14px; line-height: 18px; ">When used at the start of a block, as first checks made, they act like preconditions, so it's good.</span></div>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; clear: both; word-wrap: break-word; border-collapse: collapse; color: rgb(51, 51, 51); font-family: Tahoma, Geneva, Arial, sans-serif; line-height: 18px; ">
When used in the middle of the block, with some code around, they act like hidden traps, so it's bad."</p><br>The other answers and commetns are interesting to read too.<br><br>Anyway I think it's offtopic and such discussion could be done on another more appropriate mailing list or website.<br>
<br>Klaim - Joël Lamotte.<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; font-size: 14px; vertical-align: baseline; clear: both; word-wrap: break-word; border-collapse: collapse; color: rgb(51, 51, 51); font-family: Tahoma, Geneva, Arial, sans-serif; line-height: 18px; ">
<br></p>