Join Slack
Communities
Powered by
the main reason for the pushback is probably becau...
# announcements
k
kevinmost
02/23/2017, 9:51 PM
the main reason for the pushback is probably because
map[key]
doesn't clobber any other definitions. If I'm doing
map[key]
it's clear there's some predefined operator function I'm invoking. If I'm doing
map.key
, it's hazy. Is that a property or a method_missing?
➕ 2
4
Views
Open in Slack
Previous
Next