This came up in my look into #101.
I'm not proposing it, just throwing the idea out.
Do we want to use the self$ and private$ style referencing to member vars/methods as R6 does in nClass methods? I.e., code would look like localVar + self$memberVar rather than localVar + memberVar?