<div dir="ltr">I didn't mention usage for Smart::Comments instead of print / say debug statement. <div>I have been using and abusing Smart::Comments extensively for many years, very handy. </div><div><br></div><div>use Smart::Comments;</div><div>my $var = 'blue';</div><div>### $var</div><div><br></div><div>Then de-activate all print-outs with </div><div>no Smart::Comments;</div><div><br></div><div>Super handy. I avoid in-lining and create variables just to be able to implement print-outs with '###' whenever convenient.  </div><div>And we have a test that checks smart comments aren't enabled before shipping. </div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jun 25, 2017 at 4:02 PM, Simon Green <span dir="ltr"><<a href="mailto:mail@simon.green" target="_blank">mail@simon.green</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 23/06/17 21:35, Peter Kelly wrote:<br>
> Hi mongers,<br>
><br>
> Could we have a round-the-room about IDEs?<br>
<br>
</span>Definitely vim for me. Maybe it's because I've been coding before IDEs<br>
were around. And since Vim 7, tabs have made it even easier to have<br>
multiple source code open in the one window.<br>
<br>
And like others have said, 'print' (or 'say') statements are the best<br>
form of debugging around. If I'm trying to track performance issues,<br>
NYTProf is my go-to tool.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Simon<br>
</font></span><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
Wellington-pm mailing list<br>
<a href="mailto:Wellington-pm@pm.org">Wellington-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/wellington-pm" rel="noreferrer" target="_blank">http://mail.pm.org/mailman/<wbr>listinfo/wellington-pm</a><br>
</div></div></blockquote></div><div><br></div>-- 
</div></div>