Conversely, when I see a method name not followed by ()
, I interpret it as a property access, not as a method call. And I expect property access not to have (observable) side effects.
7 Likes
Conversely, when I see a method name not followed by ()
, I interpret it as a property access, not as a method call. And I expect property access not to have (observable) side effects.