[fpc-devel] Proposal: Enhanced replacement for assignment operators

Henry Vermaak henry.vermaak at gmail.com
Fri Aug 6 14:01:35 CEST 2010


On 6 August 2010 12:57, Graeme Geldenhuys <graemeg.lists at gmail.com> wrote:
> Op 2010-08-06 13:36, Paulo Costa het geskryf:
>>
>>      SomeReallyLongVariableNameX += SomeReallyLongVariableNameY - 1;
>>
>> is too much similar (visually) to
>>
>>      SomeReallyLongVariableNameX := SomeReallyLongVariableNameY - 1;
>
>
> Umm, hello... those two statements are not the same. To make the second
> statement the same as the first, you would have to write.

He said it's _visually_ similar.



More information about the fpc-devel mailing list