if <assignment>:

Courageous jkraska at san.rr.com
Mon Nov 25 23:09:32 EST 2002


On Mon, 25 Nov 2002 20:05:56 +0000 (UTC), maney at pobox.com wrote:

>David Brown <david at no.westcontrol.spam.com> wrote:
>> correctness.  This particular "feature" is a huge source of bugs and
>> frustration in C programming - mixing up "=" and "==" in conditions is
>> probably the biggest single cause of C program bugs.  Python, on the other
>
>Are you speaking from experience,...

In my own personal experience, the most common typo I make in C like
languages is the =/== error. I'm lucky enough to generally see this
error before I send it to the compiler and fool myself into thinking
the code is good.

C//




More information about the Python-list mailing list