Question
Private variables make it hard to extend TLF classes
I am making a class that extends EditManager and I wanted to access pendingInsert but it is a private var, so I can not. Is there a way around this? Are private vars much better for memory, why not use protected?
