<div dir="ltr"><div dir="ltr">On Tue, Jun 28, 2022 at 4:17 AM Stéphane Rollandin <<a href="mailto:lecteur@zogotounga.net">lecteur@zogotounga.net</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> One issue I have with lots of inline comments like here is that it makes <br>
> it really painful if you want to comment out a section of the code for <br>
> debugging, testing etc.<br>
> A way of skipping whole lines like C style // single line comment could <br>
> maybe help with that.<br></blockquote><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
What I sometimes do is just enclose a chunk of code within a block. It <br>
has the nice effect that comments inside the block are not a problem.<br></blockquote><div><br></div><div>That's what I do as well, and this method provides the advantage that "senders" will still find that code.</div><div><br></div><div> - Chris</div></div></div>