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?
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$andprivate$style referencing to member vars/methods as R6 does innClassmethods? I.e., code would look likelocalVar + self$memberVarrather thanlocalVar + memberVar?