Join Slack
Powered by
We can refer to a method `foo()` of class `Bar` `B...
# announcements
a
Andrew Gazelka
04/16/2019, 7:05 PM
We can refer to a method
foo()
of class
Bar
Bar#foo()
. Is it appropriate to reference property
baz
of
Bar
as
Bar#baz
?
Andrew Gazelka
04/16/2019, 7:06 PM
also, what is this notation called? I've only learned it from others using it.
Andrew Gazelka
04/16/2019, 7:48 PM
hmm
@Ruckus
imo that makes it look like
Bar
is an object
6
Views
Open in Slack
Previous
Next