<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Sep 22, 2014 at 8:52 AM, Jean-Michel Pichavant <span dir="ltr"><<a href="mailto:jeanmichel@sequans.com" target="_blank">jeanmichel@sequans.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":378" class="a3s" style="overflow:hidden">Anyway it's seems we agree anyway because your example perfectly illustrate what I was trying to demonstrate:<br>
print(cells[2]) is very easy to understand, most of people would say 'no need of any comment'. I think it does require a comment.</div></blockquote></div><br>But the thing that requires the comment is the "2", not the "print" or the "cells". And that comes to a more common issue: any number other than 0 or 1 in code most likely needs a comment (that comment could be merely a variable name). Values of 0 or 1 may need a comment, but there are plenty of cases where they are used quite clearly - its much less likely that other numbers have obvious meaning.<br><br clear="all"><div>Chris</div>
</div></div>