Scalability:x/10;
Performance:x/10;
Ease of use:x/10;
verbosity:x/10;
Name:
Anonymous2010-07-30 2:21
To all the folks talking about precedence of math operators: no fucking shit. We all know what they are.
Remember this all started with the following python expression:
a <= b is not c in d or e
What fucking math operators are in there? None. There is one equality operator there, except it has different precedence than in math (where it would generally have the highest precedence.)
And I've worked with python for years in industry, and many folks from many different libraries and frameworks really do write lines of code like that. Unnecessary parens are considered anti-zen-of-python. It's fucking bullshit.