<div dir="ltr"><div>Why would it be harder to debug?</div><div>David gave great example of it usage (pretty much only case where I use it) and I think it only makes code more readable and less scope for the variable.<br></div><div><br></div><div><br></div><div>Jussi<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Dec 12, 2018 at 12:48 AM Benoît Minisini <<a href="mailto:g4mba5@gmail.com">g4mba5@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Le 11/12/2018 à 23:26, David Sanromá a écrit :<br>
> Hello,<br>
> <br>
> <br>
> I don't mean to start a war ;) but there are cases where it makes <br>
> perfect sense to declare within code:<br>
> <br>
> <br>
> For I As Integer=1 To 10<br>
> <br>
> Next<br>
> <br>
> <br>
> Makes it very easy to move the code around to another function and/or <br>
> re-factor. You just worry abut the piece of code. You take the <br>
> declaration with you<br>
> <br>
> <br>
> Just an idea ;)<br>
> <br>
> David<br>
> <br>
<br>
As far as I am concern, the deal is between "code easier to write" and <br>
"code easier to debug", taking into account that the former is 20% of <br>
the development time, and the later 80%.<br>
<br>
-- <br>
Benoît Minisini<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div>