<div dir="ltr"><div class="gmail_extra">Hi,<br><br><div class="gmail_quote">2014/1/5 Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br>
I'm aware that I'm opening a can of worms, but can we discuss PHPMD rules?<br>
<br>
In particular, I find that to obey the maximum variable name (20<br>
characters) rule, one has to sometimes abbreviate at the expanse of clarity.<br>
<br>
<a href="http://ci.phpmyadmin.net/job/phpMyAdmin/908/pmdResult/type.811406648/" target="_blank">http://ci.phpmyadmin.net/job/phpMyAdmin/908/pmdResult/type.811406648/</a><br>
<br></blockquote><div>I agree. Many rules are useful to keep the code clear, but sometimes it could be a constraint.</div><div>Marc is talking about the length of variable names, but it's the same thing about the line length. Limit to 80 characters is out-of-dated. Our screen are larger than "before" so let's use more. (And you choose to use more because our standard is now 85 characters. In my job, we decided to use 120.)</div>

<div>But this was only an example to support what Marc said.</div><div><br></div><div>But if I'm right, the problem of PMD is that you can activate a group of rules but not a single rule. (Some one to contradict this please ?)</div>

</div><br></div><div class="gmail_extra">One possibility could be to try to implement the interesting rules in PHPCS if they don't exist.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Hugues.</div>
</div>