<@U614XBD5E> I'd say operator overloading on `+-*/...
# announcements
k
@dumptruckman I'd say operator overloading on
+-*/
is mostly appropriate when the classes they're defined on represent mathematical values that have well established definitions.
[]
for things that are very
Map
- or `List`like and
()
for things that really are functions.