<div dir="ltr">Hi Michal,<div class="gmail_extra"><br><div class="gmail_quote">2013/12/19 Michal Čihař <span dir="ltr"><<a href="mailto:michal@cihar.com" target="_blank">michal@cihar.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi<br>
<br>
Dne Sun, 15 Dec 2013 20:36:04 +0100<br>
Hugues Peccatte <<a href="mailto:hugues.peccatte@gmail.com">hugues.peccatte@gmail.com</a>> napsal(a):<br>
<div class="im"><br>
> What would you think about using the "nesting level" sniff please?<br>
> This sniff permits to detect when there are too much nested levels like:<br>
> if (...) {<br>
>     if (...) {<br>
>         if (...) {<br>
>             if (...) {<br>
>                 if (...) {<br>
>                     ....<br>
>                 }<br>
>             }<br>
>         }<br>
>     }<br>
> }<br>
><br>
> This kind of syntax often means that a refactoring is needed or a rewrite.<br>
<br>
</div>Lot of things which need refactoring are already detected by phpmd<br>
(though it's only executed nightly as it takes quite a lot of time): </blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<a href="http://ci.phpmyadmin.net/job/phpMyAdmin/891/pmdResult/" target="_blank">http://ci.phpmyadmin.net/job/phpMyAdmin/891/pmdResult/</a></blockquote><div><br></div><div>Ok, thanks, I'll look at this and see if new rules seem useful.</div>

<div>I didn't think to look in PMD. In my job, all this work is done by PHPCS and I didn't know PMD could do the same... </div><div><br></div><div>So... I'll look at PMD to see what I could "improve" in the source code.</div>

<div><br></div><div>Thanks !</div><div>Hugues.</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
        Michal Čihař | <a href="http://cihar.com" target="_blank">http://cihar.com</a> | <a href="http://phpmyadmin.net" target="_blank">http://phpmyadmin.net</a><br>
</font></span><br>------------------------------------------------------------------------------<br>
Rapidly troubleshoot problems before they affect your business. Most IT<br>
organizations don't have a clear picture of how application performance<br>
affects their revenue. With AppDynamics, you get 100% visibility into your<br>
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!<br>
<a href="http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk" target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk</a><br>_______________________________________________<br>


Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
<br></blockquote></div><br></div></div>