Hi all,<div><br></div><div>Although we have chosen PEAR coding standards[1] as the coding standard for phpMyAdmin[2], there are quite a number of occasions where the standard is being violated, especially the line length recommendation. For example in display_tbl.lib.php I can see lines with 282 character while the recommended limit is 75-85[3].</div>
<div><br></div><div>However, I feel that this limit is bit too restrictive given that some lines have indentation of about 32 spaces. So I think it's better to set the limit bit leniently (at least for those files) and adhering to it rather than ignoring the line length limit altogether. Any thoughts? </div>
<div><br></div><div>With things clarified all the GSoCers would be able to produce quality code during this summer. <br><br></div><div>-- <br>Thanks and Regards,<div><br></div><div>Madhura Jayaratne<br><div><br></div></div>
<div>[1] <a href="http://pear.php.net/manual/en/standards.php">http://pear.php.net/manual/en/standards.php</a></div>[2] <a href="http://wiki.phpmyadmin.net/pma/Coding_guidelines">http://wiki.phpmyadmin.net/pma/Coding_guidelines</a>
</div><div>[3] <a href="http://pear.php.net/manual/en/standards.indenting.php">http://pear.php.net/manual/en/standards.indenting.php</a></div>