We can refer to a method `foo()` of class `Bar` `B...
# announcements
a
We can refer to a method
foo()
of class
Bar
Bar#foo()
. Is it appropriate to reference property
baz
of
Bar
as
Bar#baz
?
also, what is this notation called? I've only learned it from others using it.
hmm @Ruckus imo that makes it look like
Bar
is an object