@Ken: I can know at a glance when code is bracketed, I'm invoking an action, and when I'm using dot-syntax I'm accessing a variable
Just to be clear, the dot syntax does not mean you're directly accessing the instance variable. You're still going through an accessor method.
by Scott Stevenson — Feb 20
Just to be clear, the dot syntax does not mean you're directly accessing the instance variable. You're still going through an accessor method.