Hacker News new | ask | show | jobs
by jcranmer 217 days ago
When you go from (a + b) + c to a + (b + c), you're invoking the associative property, not the commutative property.

The confusion between associativity and commutativity is the entire point of this thread!