Skip to content

Comment on Speedup from switch to +=parent

Comments

If python did not have operator overloading it would not be used for numeric programming to the extent it is. Overloading is key to its success in that field.

The problem is thinking `+' and `+=' are the same, they are not and `+' should not be used when `+=' can be used.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.