<br><br><div class="gmail_quote">On Sun, Jun 10, 2012 at 5:02 AM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Le 2012-06-09 15:44, Chanaka Dharmarathna a écrit :<br>
<div class="im">> On Fri, Jun 8, 2012 at 10:58 AM, Chanaka Dharmarathna <<br>
> <a href="mailto:pe.chanaka.ck@gmail.com">pe.chanaka.ck@gmail.com</a>> wrote:<br>
><br>
>> Hi All,<br>
>><br>
</div>>> I have a doubt of using *@see* tag in Docblock comments for functions.<br>
<div><div class="h5">>> In the comments of functions PMA_getTable() and PMA_getTableBody() in<br>
>> display_tbl.lib.php file, @see tag is used for different purposes.<br>
>> As I feel PMA_getTableBody() used that corrrectly.<br>
>> What should be the actual behavior ?<br>
>><br>
>> Regards !<br>
>> --<br>
>> ____________________________________<br>
>><br>
>> Chanaka Indrajith<br>
>> Bsc.Computer Engineering Undergraduate<br>
>> Faculty of Engineering<br>
>> University of Peradeniya<br>
>> Sri Lanka<br>
>> ____________________________________<br>
>><br>
>><br>
> Hi All,<br>
><br>
> I am fixing some code violations in my code now.<br>
> For remove code violation of large comparison in a if condition, what would<br>
> be the better approach ?<br>
><br>
> Ex:-<br>
> if ((PMA_strlen($wkbval) > $GLOBALS['cfg']['LimitChars'])<br>
>     && ($_SESSION['tmp_user_values']['display_text'] ==<br>
> self::DISPLAY_PARTIAL_TEXT)<br>
> ) {<br>
> // code<br>
> }<br>
><br>
> Is that good to use tempory variable insted of using<br>
> $_SESSION['tmp_user_values']['display_text'] ?<br>
><br>
> Regards !<br>
<br>
</div></div>Chanaka,<br>
what kind of code violation is it? A line too long?<br>
<br>
If it's the case, well we should adjust our violations tests because for<br>
me, introducing an unneeded temporary variable just for that would<br>
reduce readability.<br>
<br>
--<br>
Marc Delisle<br>
<a href="http://infomarc.info" target="_blank">http://infomarc.info</a><br>
<br>
------------------------------------------------------------------------------<br>
Live Security Virtual Conference<br>
Exclusive live event will cover all the ways today's security and<br>
threat landscape has changed and how IT managers can respond. Discussions<br>
will include endpoint security, mobile security and the latest in malware<br>
threats. <a href="http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/" target="_blank">http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/</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>
</blockquote></div><br>Hi Marc,<br>
<br>
Thanks for replying.<br>
Yes, code sniffer gives warning saying line is too long.<br>
I also feel its not a good idea to use temporary variable if only it is not used couple of time.<br>Shall we define convention for this kind of scenario so that everywhere handle this kind of situation in same way.<br><br clear="all">
Regards !<br>-- <br>____________________________________<br><br>Chanaka Indrajith<br>Bsc.Computer Engineering Undergraduate<br>Faculty of Engineering<br>University of Peradeniya<br>Sri Lanka<br>____________________________________<br>
<br>