On Wed, Aug 22, 2007 at 08:39:40PM +0200, Uwe Stöhr wrote:
> > -  i = i + 1
> > +  i += 1
> 
> Please don't use such constructs. This makes life hard for newbies and 
> those who just want to have a look how a function works.

Please? 

People likely looking into the source surely have seen C, C++, Java,
Perl, Python(!), C#, ECMA Script, PHP, and probably a few dozen others
would have no problem understanding 'i += 1'.

On the other hand, mathematicians regularily wonder why the code
suddenly needs empty solution sets.

Andre'

Reply via email to